We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe98c93 commit ed2e803Copy full SHA for ed2e803
.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@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee # 0.9.2
+ uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # 0.11.2
68
continue-on-error: true
69
with:
70
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
0 commit comments