We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e4e0c commit 443755fCopy full SHA for 443755f
1 file changed
.github/workflows/quality-checks-devcontainer.yml
@@ -26,8 +26,13 @@ on:
26
required: true
27
28
jobs:
29
+ verify_attestation:
30
+ uses: ./.github/workflows/verify_attestation.yml
31
+ with:
32
+ runtime_docker_image: "${{ inputs.runtime_docker_image }}"
33
quality_checks:
34
runs-on: ubuntu-22.04
35
+ needs: verify_attestation
36
container:
37
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
38
options: --user 1001:1001 --group-add 128
0 commit comments