From 5ef0491363e6ae7dd24364b814276615aadc6ca2 Mon Sep 17 00:00:00 2001 From: maskarb Date: Wed, 31 Jan 2024 11:17:33 -0500 Subject: [PATCH] more snyk exclusions --- .snyk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.snyk b/.snyk index e0ac6f541..ff9d15b9e 100644 --- a/.snyk +++ b/.snyk @@ -9,10 +9,11 @@ exclude: # Exclude any file with a specific extension in the specific directory. For example, - tests/.js # - directory_name/.ext # Exclude files with a specific ending in any directory. For example, - “*.spec.js” - # - "*.ending.ext" + - "*tests?.go" # Exclude files in directories that have the same name with a different ending, like “test” and “tests”. The last character before the question mark is optional. For example, - tests?/ # - directory_name?/ # Exclude all files and directories in a specific directory. For example, - tests/ - koku-metrics-operator/** + - scripts/** - testing/** - vendor/**