Skip to content

Commit

Permalink
Scan only for vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Jan 16, 2025
1 parent 98254c2 commit 227c663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: aquasecurity/[email protected]
with:
scan-type: 'repo'
scanners: 'vuln'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
Expand Down

0 comments on commit 227c663

Please sign in to comment.