Skip to content

Commit acc3955

Browse files
Merge pull request #289 from racheljpg/snykvendor-4.15
OCPBUGS-24296: Add Snyk file to exclude vendor directory on scan
2 parents becb402 + c7c5c85 commit acc3955

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.snyk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# References:
2+
# https://docs.snyk.io/scan-applications/snyk-code/using-snyk-code-from-the-cli/excluding-directories-and-files-from-the-snyk-code-cli-test
3+
# https://docs.snyk.io/snyk-cli/commands/ignore
4+
exclude:
5+
global:
6+
- vendor/**
7+
- **/vendor/**

0 commit comments

Comments
 (0)