docs: correct format and add output on config scan with sarif (#159)

pull/165/head
Engin Diri 2 years ago committed by GitHub
parent cb606dfdb0
commit 12814ff8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -286,7 +286,8 @@ jobs:
with:
scan-type: 'config'
hide-progress: false
format: 'table'
format: 'sarif'
output: 'trivy-results.sarif'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'

Loading…
Cancel
Save