Skip to content

Commit

Permalink
ci(trivy): scan for misconfig instead of config (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 24, 2023
1 parent 95f96bc commit 53f587a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
format: 'sarif'
ignore-unfixed: true
skip-dirs: /var/www/html/vendor
scanners: 'vuln,config'
scanners: 'vuln,misconfig'
output: 'trivy.sarif'

- name: Upload Trivy scan results to GitHub Security tab
Expand Down

0 comments on commit 53f587a

Please sign in to comment.