Skip to content

Commit

Permalink
fix: use newest version of trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed Aug 15, 2024
1 parent cf76564 commit fab2362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@0.20.0
uses: aquasecurity/trivy-action@0.24.0
with:
scan-type: "fs"
scan-ref: "."
Expand Down

0 comments on commit fab2362

Please sign in to comment.