From ffb31b46f6adc73f1bd0b59db0bdc6136d1ec6ed Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sun, 21 Aug 2022 15:36:37 -0300 Subject: [PATCH] fix(grype): ignore unfixed vulns Signed-off-by: Carlos A Becker --- .grype.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.grype.yaml b/.grype.yaml index 49367ca59cb..c848d9b2867 100644 --- a/.grype.yaml +++ b/.grype.yaml @@ -1,2 +1,7 @@ +add-cpes-if-none: true +fail-on-severity: high +output: table exclude: - "**/testdata/**" +ignore: + - fix-state: unknown