We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed6f4f commit 68845b5Copy full SHA for 68845b5
.github/workflows/build-and-sign-image.yml
@@ -64,7 +64,7 @@ jobs:
64
# NOTE: This runs statically against the latest tag in Docker Hub which was not produced by this workflow
65
# This should be updated once this workflow is fully implemented
66
- name: Run Trivy vulnerability scanner
67
- uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # 0.11.2
+ uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
68
continue-on-error: true
69
with:
70
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
0 commit comments