Skip to content

Commit

Permalink
UPSTREAM: <carry>: add ignore for SAST scan
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashem authored and openshift-cherrypick-robot committed Jan 25, 2024
1 parent 0fb4726 commit de16cb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .synk
@@ -0,0 +1,9 @@
# 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"
- **/testdata/**
- cluster/**

0 comments on commit de16cb7

Please sign in to comment.