From 34a731ac00974a5f4eb8c654d5f1c547f7d15bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Barc=C3=A9los?= Date: Thu, 1 Dec 2022 12:43:52 -0300 Subject: [PATCH] Exclude test code in snyk code analysis --- .snyk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 00000000..34b57ef6 --- /dev/null +++ b/.snyk @@ -0,0 +1,8 @@ +# Snyk (https://snyk.io) policy file +exclude: + code: + - testkit/** + - testkit-backend/** + - test-stress/** + - benchmark/** + - neo4j/**/*_test.go \ No newline at end of file