generated from nhcarrigan/template
This commit is contained in:
@@ -36,10 +36,10 @@ jobs:
|
||||
with:
|
||||
scan-type: 'fs'
|
||||
scan-ref: '.'
|
||||
scanners: 'vuln,secret,config'
|
||||
scanners: 'vuln,secret,misconfig'
|
||||
format: 'table'
|
||||
output: 'trivy-results.txt'
|
||||
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
|
||||
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
|
||||
# Fail on any vulnerability found
|
||||
exit-code: '1'
|
||||
# Don't ignore unfixed vulnerabilities
|
||||
|
||||
Reference in New Issue
Block a user