diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index a7c0cf0ae..cb09f4349 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -394,9 +394,9 @@ trivy: # -- ignoreFile can be used to tell Trivy to ignore vulnerabilities by ID (one per line) ignoreFile: ~ - # ignoreFile: | - # CVE-1970-0001 - # CVE-1970-0002 + # ignoreFile: + # - CVE-1970-0001 + # - CVE-1970-0002 # -- ignorePolicy can be used to tell Trivy to ignore vulnerabilities by a policy # If multiple policies would match, then the most specific one has precedence over the others.