Skip to content

Commit

Permalink
fix: update trivy-action version (#16)
Browse files Browse the repository at this point in the history
Updates to the latest released version of `trivy-action`, which supports
loading the DB cache.
  • Loading branch information
parkerd authored Oct 28, 2024
1 parent cab43ed commit a547cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:

- name: Run Trivy vulnerability scanner in ${{ inputs.scan-type }} mode
id: trivy_scan
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@0.28.0
env:
TRIVY_SKIP_DB_UPDATE: ${{ inputs.update-db == 'false' && 'true' || 'false' }}
with:
Expand Down

0 comments on commit a547cd1

Please sign in to comment.