From c61e1c975190427fee22ea4816098263677402f1 Mon Sep 17 00:00:00 2001 From: Rachel Ryan Date: Mon, 18 Dec 2023 17:34:26 +0000 Subject: [PATCH] UPSTREAM: : Add Snyk file to exclude vendor directory on scan --- .snyk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 000000000..d48ae8617 --- /dev/null +++ b/.snyk @@ -0,0 +1,7 @@ +# References: +# https://docs.snyk.io/scan-applications/snyk-code/using-snyk-code-from-the-cli/excluding-directories-and-files-from-the-snyk-code-cli-test +# https://docs.snyk.io/snyk-cli/commands/ignore +exclude: + global: + - vendor/** + - **/vendor/**