We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b07bad7 + e475cc0 commit f6625fbCopy full SHA for f6625fb
.github/workflows/build-push-image.yml
@@ -63,7 +63,8 @@ jobs:
63
64
- name: Run Trivy vulnerability scanner
65
id: trivy-scan
66
- uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30.0
+ if: ${{ inputs.fail_trivy_scan}}
67
+ uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
68
with:
69
image-ref: '${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}'
70
format: 'table'
0 commit comments