Skip to content

Commit

Permalink
upgrade trivy scan
Browse files Browse the repository at this point in the history
  • Loading branch information
levgorbunov1 authored Oct 29, 2024
1 parent 721b0f2 commit 26231c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-dependency-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1

- name: Run Trivy Vulnerability Scanner
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d #v0.18.0
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 #v0.28.0
with:
scan-type: 'fs'
ignore-unfixed: true
Expand Down

0 comments on commit 26231c4

Please sign in to comment.