Skip to content

Commit 6410468

Browse files
authored
Merge pull request #4 from weaponsforge/dev
fix/weaponsforge-1: docker security scan
2 parents 62aea71 + 99485da commit 6410468

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)