focalboard/.github/codeql/codeql-config.yml

17 lines
289 B
YAML
Raw Normal View History

2022-10-18 13:21:33 +02:00
name: "CodeQL config"
query-filters:
- exclude:
problem.severity:
- warning
- recommendation
- exclude:
id: go/log-injection
paths-ignore:
- 'server/swagger/**/*.html'
- 'website/**/*.html'
- '**/*_test.go'
- 'webapp/cypress/**'
- '**/*.test.*'