Skip to content

Commit 71a25fd

Browse files
Merge pull request #1201 from racheljpg/snyexclusions
OCPBUGS-26119: Fix formatting in snyk vendor exclusions
2 parents 92cfcfa + 3264be8 commit 71a25fd

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)