From 136bc083c8d0ac20741cd2bfe683154f343c0720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Thu, 22 Feb 2024 14:33:12 +0100 Subject: [PATCH] OCPBUGS-25859: CARRY: Add Snyk security scan config In addition to vendor directories, we can ignore things that do not end up in the product. --- .snyk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index d48ae86171..b899764115 100644 --- a/.snyk +++ b/.snyk @@ -3,5 +3,7 @@ # https://docs.snyk.io/snyk-cli/commands/ignore exclude: global: - - vendor/** - - **/vendor/** + - "**/vendor/**" + - "hack/**" + - "test/**" + - "**/*_test.go"