# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
# References:
# https://docs.snyk.io/snyk-cli/commands/test#exclude-less-than-name-greater-than-less-than-name-greater-than-...greater-than
# 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:
    # Ignore vendor/ directory since we're not (yet) concerned with scanning
    # our dependencies on each CI run.
    - 'vendor/**'
    - 'tools/vendor/**'
