mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Exclude scripts directories from CodeQL config (#190347)
This commit is contained in:
parent
cc29eea74f
commit
54234a22b4
1 changed files with 16 additions and 0 deletions
16
.github/codeql/codeql-config.yml
vendored
16
.github/codeql/codeql-config.yml
vendored
|
@ -29,6 +29,7 @@ paths-ignore:
|
|||
- packages/kbn-eslint-plugin-disable
|
||||
- packages/kbn-eslint-plugin-eslint
|
||||
- packages/kbn-eslint-plugin-imports
|
||||
- packages/*/scripts
|
||||
- packages/kbn-expect
|
||||
- packages/kbn-failed-test-reporter-cli
|
||||
- packages/kbn-find-used-node-modules
|
||||
|
@ -70,5 +71,20 @@ paths-ignore:
|
|||
- packages/kbn-ts-type-check-cli
|
||||
- packages/kbn-web-worker-stub
|
||||
- packages/kbn-yarn-lock-validator
|
||||
- scripts
|
||||
- test
|
||||
- x-pack/plugins/canvas/scripts
|
||||
- x-pack/plugins/cloud_security_posture/common/scripts
|
||||
- x-pack/plugins/elastic_assistant/scripts
|
||||
- x-pack/plugins/event_log/scripts
|
||||
- x-pack/plugins/fleet/scripts
|
||||
- x-pack/plugins/lists/scripts
|
||||
- x-pack/plugins/lists/server/scripts
|
||||
- x-pack/plugins/ml/scripts
|
||||
- x-pack/plugins/observability_solution/*/scripts
|
||||
- x-pack/plugins/osquery/scripts
|
||||
- x-pack/plugins/rule_registry/scripts
|
||||
- x-pack/plugins/security_solution/scripts
|
||||
- x-pack/plugins/threat_intelligence/scripts
|
||||
- x-pack/scripts
|
||||
- x-pack/test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue