[ACS-6004] Exclude paths from CodeQL analysis (#8905)

* [ACS-6004] added ignored paths to codeql

* [ACS-6004] custom codeql config
This commit is contained in:
Mykyta Maliarchuk
2023-09-12 14:57:51 +02:00
committed by GitHub
parent 0d5e70ebf7
commit 8080a0699f
2 changed files with 7 additions and 0 deletions

6
.github/codeql/codeql-config.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
name: "CodeQL config"
paths-ignore:
- 'e2e/resources/**/*.*'
- 'docs/**/*.*'