Skip to content

Commit

Permalink
Fixed trivy scan file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwolfaws committed Dec 10, 2024
1 parent 87ce73f commit c8197b6
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 @@ -25,7 +25,7 @@ jobs:
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
scanners: 'vuln, secret, config'
scanners: 'vuln,secret,misconfig'
severity: 'CRITICAL,HIGH'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit c8197b6

Please sign in to comment.