[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/**/*.*'

View File

@@ -34,6 +34,7 @@ jobs:
# Override language selection by uncommenting this and choosing your languages # Override language selection by uncommenting this and choosing your languages
with: with:
languages: javascript languages: javascript
config-file: ./.github/codeql/codeql-config.yml
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below) # If this step fails, then you should remove it and run the build manually (see below)