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.
2 parents 62aea71 + 99485da commit 6410468Copy full SHA for 6410468
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Scan image for vulnerabilities
64
uses: aquasecurity/[email protected]
65
with:
66
- image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
+ image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
67
format: 'sarif'
68
output: 'trivy-results.sarif'
69
0 commit comments