From cf4c119acfdafc582d9c5c274472dba55ffbc5fd Mon Sep 17 00:00:00 2001 From: Jonathan Dobson Date: Wed, 13 Dec 2023 14:58:42 -0700 Subject: [PATCH] UPSTREAM: : STOR-1688: Chore: add .snyk file to ignore false positives --- .snyk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 00000000..fa9fd308 --- /dev/null +++ b/.snyk @@ -0,0 +1,6 @@ +# 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/**