[cli] - any way to add specific trivy client arguments? #337
-
Is it possible to add some trivy client argument with With trivy client I can add do not show unfixed (https://github.com/aquasecurity/trivy#ignore-unfixed-vulnerabilities): another thing important for me is to avoid some false positive checks with Ruby (https://github.com/aquasecurity/trivy#skip-traversal-of-the-specific-files): or ignore specific vulnerabilities (https://github.com/aquasecurity/trivy#ignore-the-specified-vulnerabilities): |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
👋 @rurus9 Currently the only option that you can configure globally and pass to Trivy is |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
👋 @rurus9 Currently the only option that you can configure globally and pass to Trivy is
--severity
(seetrivy.severity
in https://aquasecurity.github.io/starboard/settings/). However, it should be relatively easy to add other flags that you mentioned to the ConfigMap used by Starboard.