mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - speedup codeql by ignoring some folders not containing python files
This commit is contained in:
parent
272de0b8be
commit
984b6c5f05
1 changed files with 4 additions and 1 deletions
5
.github/codeql.yml
vendored
5
.github/codeql.yml
vendored
|
|
@ -4,4 +4,7 @@ paths:
|
|||
- src/autoconf
|
||||
- src/scheduler
|
||||
- src/ui
|
||||
- src/common
|
||||
- src/common
|
||||
paths-ignore:
|
||||
- src/ui/static
|
||||
- src/common/core/modsecurity/files
|
||||
Loading…
Reference in a new issue