From 53d58f5079febfe9dc4fca0511d14929ce3c0a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20Ara=C3=BAjo=20Gomes?= Date: Tue, 22 Oct 2024 23:36:59 +0100 Subject: [PATCH] exclude tests --- .grype.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.grype.yaml b/.grype.yaml index 1e526650ca5..4c2b13cfacd 100644 --- a/.grype.yaml +++ b/.grype.yaml @@ -7,3 +7,5 @@ ignore: location: "/usr/bin/terraform" - package: location: "/usr/local/bin/terraform" +exclude: + - './.github/scripts/**'