From c1d485487e1415d5a5f5532edab1a829e5fb0c22 Mon Sep 17 00:00:00 2001 From: michael mccune Date: Thu, 15 Feb 2024 14:06:20 -0500 Subject: [PATCH] add an extra vendor exclude to snyk config --- .snyk | 1 + 1 file changed, 1 insertion(+) diff --git a/.snyk b/.snyk index 1909c8f9..81c3afee 100644 --- a/.snyk +++ b/.snyk @@ -4,3 +4,4 @@ exclude: global: - "vendor/**" + - "**/vendor/**"