From 570704490f35bd732ab305d6e91e09db75f76f54 Mon Sep 17 00:00:00 2001 From: Karel Simon Date: Wed, 18 Oct 2023 09:09:02 +0200 Subject: [PATCH] feat: add snyk file to exclude vendor folders this file is used for snyk integration to config snyk scan. Signed-off-by: Or Shoval --- .snyk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..1c6a639 --- /dev/null +++ b/.snyk @@ -0,0 +1,4 @@ +# Snyk (https://snyk.io) policy file +exclude: + global: + - vendor/**