Skip to content

Commit

Permalink
Update trivy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Dec 21, 2024
1 parent 589284e commit 537d244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Scan code with Trivy vulnerability scanner 🔍
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
scan-type: "fs"
format: "sarif"
Expand Down

0 comments on commit 537d244

Please sign in to comment.