17 lines
289 B
YAML
17 lines
289 B
YAML
|
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.*'
|