Skip to content

Commit 443755f

Browse files
committed
verify attestation
1 parent c9e4e0c commit 443755f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ on:
2626
required: true
2727

2828
jobs:
29+
verify_attestation:
30+
uses: ./.github/workflows/verify_attestation.yml
31+
with:
32+
runtime_docker_image: "${{ inputs.runtime_docker_image }}"
2933
quality_checks:
3034
runs-on: ubuntu-22.04
35+
needs: verify_attestation
3136
container:
3237
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
3338
options: --user 1001:1001 --group-add 128

0 commit comments

Comments
 (0)