From 99111c4fa3a4ea8980fe5a1614447a3db4d6b8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Barc=C3=A9los?= Date: Thu, 1 Dec 2022 13:00:59 -0300 Subject: [PATCH 1/2] Exclude test code in snyk code analysis --- .snyk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 000000000..d93555ef2 --- /dev/null +++ b/.snyk @@ -0,0 +1,6 @@ +# Snyk (https://snyk.io) policy file +exclude: + code: + - tests/** + - testkitbackend/** + - testkit/** From c599fb2a72da6fbb532845f929644722b3483483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Barc=C3=A9los?= Date: Mon, 5 Dec 2022 08:32:15 -0300 Subject: [PATCH 2/2] Re-triggering to job --- .snyk | 1 + 1 file changed, 1 insertion(+) diff --git a/.snyk b/.snyk index d93555ef2..17995e894 100644 --- a/.snyk +++ b/.snyk @@ -1,4 +1,5 @@ # Snyk (https://snyk.io) policy file + exclude: code: - tests/**