1
0
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:
Rohitesh Gupta 2022-10-18 16:51:33 +05:30 committed by GitHub
parent 6f0c34ddd1
commit 347e66de67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/codeql/codeql-config.yml vendored Normal file
View 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.*'