mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
GitHub
parent
0d5e70ebf7
commit
8080a0699f
6
.github/codeql/codeql-config.yml
vendored
Normal file
6
.github/codeql/codeql-config.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
name: "CodeQL config"
|
||||
|
||||
paths-ignore:
|
||||
- 'e2e/resources/**/*.*'
|
||||
- 'docs/**/*.*'
|
||||
|
Reference in New Issue
Block a user