Skip to content

Commit 3264be8

Browse files
committed
UPSTREAM: <carry>: Fix formatting in snyk vendor exclusions
1 parent 8d8b7e5 commit 3264be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.snyk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# https://docs.snyk.io/snyk-cli/commands/ignore
44
exclude:
55
global:
6-
- vendor/**
7-
- **/vendor/**
6+
- "vendor/**"
7+
- "**/vendor/**"

0 commit comments

Comments
 (0)