From f841d226d8d8429ea91f0b884fbb44407b9f4aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Wed, 3 Jan 2024 15:27:02 +0100 Subject: [PATCH] Add snyk configuration file --- .snyk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 000000000..a21ef90e4 --- /dev/null +++ b/.snyk @@ -0,0 +1,11 @@ +# 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/**" + - "hack/**" + - "release-tools/**" + - "test/**" + - "**/*_test.go" +