Skip to content

Commit 99485da

Browse files
committed
fix: use the 'latest' image tag name
1 parent fab7609 commit 99485da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Scan image for vulnerabilities
6464
uses: aquasecurity/[email protected]
6565
with:
66-
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
66+
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
6767
format: 'sarif'
6868
output: 'trivy-results.sarif'
6969

0 commit comments

Comments
 (0)