Skip to content

Commit

Permalink
snyk: e2e: ignore test code - unit and e2e
Browse files Browse the repository at this point in the history
this code will never reach anything near production,
so the checks are not helping.

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Oct 26, 2023
1 parent a6eb2fa commit 52d0aa9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 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:
- "test/**"
- "**/*_test.go"

0 comments on commit 52d0aa9

Please sign in to comment.