We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d444a commit 577d8e7Copy full SHA for 577d8e7
1 file changed
.github/workflows/quality-checks.yml
@@ -301,6 +301,7 @@ jobs:
301
get_docker_images_to_scan:
302
outputs:
303
docker_images: ${{ steps.normalized_docker_images.outputs.images }}
304
+ options: --user 1001:1001
305
runs-on: ubuntu-22.04
306
container:
307
image: ${{ inputs.runtime_docker_image }}
@@ -370,7 +371,7 @@ jobs:
370
371
docker_vulnerability_scan:
372
373
- image: ghcr.io/nhsdigital/eps-devcontainers/fhir_facade_api:v1.0.0
374
+ image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
375
needs: get_docker_images_to_scan
376
if: ${{ inputs.run_docker_scan == true }}
377
strategy:
0 commit comments