generated from nhcarrigan/template
fix: add secret scanning back to trivy
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
with:
|
||||
scan-type: 'fs'
|
||||
scan-ref: '.'
|
||||
scanners: 'vuln,misconfig'
|
||||
scanners: 'vuln,secret,misconfig'
|
||||
format: 'table'
|
||||
output: 'trivy-results.txt'
|
||||
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
|
||||
|
||||
Reference in New Issue
Block a user