From 50ac49a02bb0c5f4d379af87b276444581f6a563 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:42:52 -0700 Subject: [PATCH] ignore unknown trivy --- modules/trivy-operator/templates/values-trivy-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/trivy-operator/templates/values-trivy-operator.yaml b/modules/trivy-operator/templates/values-trivy-operator.yaml index 0de8324e..1fffb302 100644 --- a/modules/trivy-operator/templates/values-trivy-operator.yaml +++ b/modules/trivy-operator/templates/values-trivy-operator.yaml @@ -419,7 +419,7 @@ trivy: # -- ignoreUnfixed is the flag to show only fixed vulnerabilities in # vulnerabilities reported by Trivy. Set to true to enable it. # - ignoreUnfixed: false + ignoreUnfixed: true # -- a comma separated list of file paths for Trivy to skip skipFiles: # -- a comma separated list of directories for Trivy to skip