Skip to content

Commit

Permalink
Update Trivy action to version 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Jan 24, 2025
1 parent c4eb6b8 commit d639e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
tags: ${{ env.TAGS }}

- name: Scan image for vulnerabilities
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: ${{ env.TAGS }}
format: 'table'
Expand Down

0 comments on commit d639e7c

Please sign in to comment.