From e276b943daff78a85b0e858c0bb86ce51a402a0c Mon Sep 17 00:00:00 2001 From: michael mccune Date: Wed, 31 Jan 2024 09:35:31 -0500 Subject: [PATCH] add tools.go to snyk configuration file excludes This file is only used for bringing in test dependencies it is not used in the final build release artifacts. --- .snyk | 1 + 1 file changed, 1 insertion(+) diff --git a/.snyk b/.snyk index 81c3afee4d..f59838fc03 100644 --- a/.snyk +++ b/.snyk @@ -5,3 +5,4 @@ exclude: global: - "vendor/**" - "**/vendor/**" + - tools.go