# 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"
    - test/e2e/operator.go # OpenShift routes with self-signed certificates in test clusters. These are test-only scenarios, not production code.
