We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf3a5e commit 5548fb1Copy full SHA for 5548fb1
.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@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
+ uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0
68
continue-on-error: true
69
with:
70
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
0 commit comments