From 356a261bb36eca9ddfa821584bab387f7fd7839d Mon Sep 17 00:00:00 2001 From: Bill Hamilton Date: Mon, 26 Aug 2024 07:10:52 -0700 Subject: [PATCH 1/2] modified .snyk policy file to exclude vendor/github.com/Azure/go-autorest/Gopkg.lock --- .snyk | 1 + 1 file changed, 1 insertion(+) diff --git a/.snyk b/.snyk index 2bb86de9..292c7e49 100644 --- a/.snyk +++ b/.snyk @@ -4,5 +4,6 @@ ignore: {} patch: {} exclude: global: + - vendor/github.com/Azure/go-autorest/Gopkg.lock - vendor/ - .devcontainer/ From ae2516cbdf76a702bd13cad77fccf289299b691c Mon Sep 17 00:00:00 2001 From: Bill Hamilton Date: Mon, 26 Aug 2024 07:17:03 -0700 Subject: [PATCH 2/2] added changie entry for this PR --- .changes/unreleased/security-20240826-071628.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/security-20240826-071628.yaml diff --git a/.changes/unreleased/security-20240826-071628.yaml b/.changes/unreleased/security-20240826-071628.yaml new file mode 100644 index 00000000..80f1e799 --- /dev/null +++ b/.changes/unreleased/security-20240826-071628.yaml @@ -0,0 +1,3 @@ +kind: security +body: Modified .snyk policy file to exclude vendor/github.com/Azure/go-autorest/Gopkg.lock +time: 2024-08-26T07:16:28.399741-07:00