Skip to content

Commit

Permalink
Update Trivy-Scanner-Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Argelbargel committed Nov 4, 2024
1 parent d9a3b3f commit ef1846d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.20.0
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'fs'
ignore-unfixed: true
Expand All @@ -36,7 +36,7 @@ jobs:
sarif_file: 'trivy-results.sarif'

- name: Generate SBOM
uses: aquasecurity/trivy-action@0.20.0
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'fs'
format: 'github'
Expand Down

0 comments on commit ef1846d

Please sign in to comment.