Files
openshift-mcp-server/.snyk
2025-08-19 09:57:59 +03:00

9 lines
274 B
Plaintext

# 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"
- python/**