Skip to content

Commit

Permalink
[ACS-6004] Exclude paths from CodeQL analysis (#8905)
Browse files Browse the repository at this point in the history
* [ACS-6004] added ignored paths to codeql

* [ACS-6004] custom codeql config
  • Loading branch information
nikita-web-ua committed Sep 12, 2023
1 parent 0d5e70e commit 8080a06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "CodeQL config"

paths-ignore:
- 'e2e/resources/**/*.*'
- 'docs/**/*.*'

1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
# Override language selection by uncommenting this and choosing your languages
with:
languages: javascript
config-file: ./.github/codeql/codeql-config.yml

# 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)
Expand Down

0 comments on commit 8080a06

Please sign in to comment.