mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
Created CodeQL config
This commit is contained in:
parent
6f0c34ddd1
commit
347e66de67
16
.github/codeql/codeql-config.yml
vendored
Normal file
16
.github/codeql/codeql-config.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
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.*'
|
Loading…
Reference in New Issue
Block a user