From 0582f703da75cbf72d2c06a24b4ddd9e672f4747 Mon Sep 17 00:00:00 2001 From: chenk Date: Mon, 18 Mar 2024 16:45:00 +0200 Subject: [PATCH] chore: update ignore file values example (#1919) Signed-off-by: chenk --- deploy/helm/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.