Can the config audit report get the detected pass items? #1151
-
|
When I finish vulnerability detection and configuration check, I can only get the existing vulnerabilities and configuration problems. I want to get the configuration passed by the check to generate a complete report (including all check items, pass or fail). Are there any parameters that can be configured? For example, I found the following configuration in the vulnerability detection report, where In the configuration report, I found the trivy-operator version: 0.13.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
@yangkaa in order to get pass checks for configAudit you'll have to set the following param in helm |
Beta Was this translation helpful? Give feedback.
@yangkaa
trivyonly report on found matching Cves to vulnerable components. if a component is not vulnerable and has no match to CVes it. not be reported by trivy.it behave different from ConfigAudit in that sense