Skip to content

Commit

Permalink
Merge pull request #1599 from tkashem/synk-ignore
Browse files Browse the repository at this point in the history
OCPBUGS-24701: ignore vendor folder in SAST scan
  • Loading branch information
openshift-merge-bot[bot] committed Dec 13, 2023
2 parents 03c5a03 + 42a2e9c commit c56defb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .synk
@@ -0,0 +1,8 @@
# References:
# https://docs.snyk.io/scan-applications/snyk-code/using-snyk-code-from-the-cli/excluding-directories-and-files-from-the-snyk-code-cli-test
# https://docs.snyk.io/snyk-cli/commands/ignore
exclude:
global:
- vendor/**
- "**/*_test.go"

0 comments on commit c56defb

Please sign in to comment.