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 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/