Skip to content

Commit

Permalink
Update Trivy GitHub action to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert authored Jun 24, 2024
1 parent 01fbf54 commit 7061eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run static analysis
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.23.0
with:
scan-type: 'fs'
ignore-unfixed: true
Expand Down

0 comments on commit 7061eee

Please sign in to comment.