mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 11:28:06 +00:00
chore: set trivy to also scan for misconfig (#592)
This commit is contained in:
1
.github/workflows/trivy.yml
vendored
1
.github/workflows/trivy.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
image-ref: 'ghcr.io/secureblue/silverblue-main-userns-hardened:latest'
|
image-ref: 'ghcr.io/secureblue/silverblue-main-userns-hardened:latest'
|
||||||
format: template
|
format: template
|
||||||
|
scanners: vuln,secret,misconfig
|
||||||
template: '@/contrib/sarif.tpl'
|
template: '@/contrib/sarif.tpl'
|
||||||
output: trivy-results.sarif
|
output: trivy-results.sarif
|
||||||
timeout: 30m0s
|
timeout: 30m0s
|
||||||
|
|||||||
Reference in New Issue
Block a user