From ebbb025f0e2ebb91f985075d3bc166873f23baa2 Mon Sep 17 00:00:00 2001 From: michael mccune Date: Thu, 8 Feb 2024 13:48:37 -0500 Subject: [PATCH] UPSTREAM: : update snyk file This change is reacting to a recent sast scan, it ensures that we are skipping files which are not included in our builds and releases. --- .snyk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.snyk b/.snyk index 81c3afee4d..644a7eb8ce 100644 --- a/.snyk +++ b/.snyk @@ -5,3 +5,7 @@ exclude: global: - "vendor/**" - "**/vendor/**" + - "examples/**" + - "tests/**" + - "helm/**" + - "health-probe-proxy/example.yaml"