From 817369a1ce6b86af5bc971e6931321a8e56d8220 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 21 Aug 2022 13:43:54 -0300 Subject: [PATCH] fix(grype): ignore testdata (#3331) it fails on some symlinks with no targets that are using for testing. Signed-off-by: Carlos A Becker --- .grype.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .grype.yaml diff --git a/.grype.yaml b/.grype.yaml new file mode 100644 index 00000000000..49367ca59cb --- /dev/null +++ b/.grype.yaml @@ -0,0 +1,2 @@ +exclude: + - "**/testdata/**"