mattermost/.github/codeql/codeql-config.yml

19 lines
No EOL
332 B
YAML

name: "CodeQL config"
query-filters:
- exclude:
problem.severity:
- warning
- recommendation
- exclude:
id: go/log-injection
- exclude:
id: js/insecure-randomness
paths-ignore:
- templates
- tests
- 'api4/*_local.go'
- webapp/channels/e2e
- webapp/channels/tests
- '**/*.test.*'