Skip to content

Commit

Permalink
Inplace config
Browse files Browse the repository at this point in the history
  • Loading branch information
mvshao committed Feb 14, 2024
1 parent 65afea0 commit c31e09e
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,8 @@ jobs:
scan-ref: '.'
exit-code: 1
format: table
severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
timeout: 5m0s
vulnerability:
ignore-unfixed: false
type: os,library
scan:
scanners:
- vuln
- secret
db:
no-progress: true
severity: 'UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL'
ignore-unfixed: false
timeout: '5m0s'
vuln-type: 'os,library'
scanners: 'vuln,secret'

0 comments on commit c31e09e

Please sign in to comment.