Skip to content

Commit

Permalink
Try using scan-type: 'repo' to better match vulnerability counts on e…
Browse files Browse the repository at this point in the history
…xisting reports
  • Loading branch information
pkoivisto committed Jan 16, 2025
1 parent 9d3bcdd commit 98254c2
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 @@ -16,7 +16,7 @@ jobs:
- name: Scan vulnerabilities with Trivy
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
scan-type: 'repo'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
Expand Down

0 comments on commit 98254c2

Please sign in to comment.