We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fbf7b5 + 6f4f002 commit 27996e3Copy full SHA for 27996e3
.github/workflows/.test-build.yml
@@ -146,7 +146,7 @@ jobs:
146
name: Scan for vulnerabilities
147
uses: crazy-max/ghaction-container-scan@a0a3900b79d158c85ccf034e5368fae620a9233a # v4.0.0
148
with:
149
- image: public.ecr.aws/q3b5f1u4/test-docker-action@${{ needs.build-aws.outputs.image-digest }}
+ image: public.ecr.aws/q3b5f1u4/test-docker-action@${{ needs.build-aws.outputs.digest }}
150
151
build-aws-nosign:
152
uses: ./.github/workflows/build.yml
0 commit comments