mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
fix(codeql, 7.17): fix path to kbn-pm
package in CodeQL scan exclusion list (#205229)
## Summary Fix path to `kbn-pm` package in CodeQL scan exclusion list (was broken by backport from `main` and `8.x` where `kbn-pm` package was moved to the repository root). __Follow-up for:__ https://github.com/elastic/kibana/pull/205197
This commit is contained in:
parent
a9f222ca33
commit
b9c03b3bb5
1 changed files with 1 additions and 1 deletions
2
.github/codeql/codeql-config.yml
vendored
2
.github/codeql/codeql-config.yml
vendored
|
@ -26,7 +26,6 @@ paths-ignore:
|
|||
- dev_docs
|
||||
- docs
|
||||
- examples
|
||||
- kbn_pm
|
||||
- rfcs
|
||||
- packages/*/scripts
|
||||
- packages/core/test-helpers/core-test-helpers-kbn-server
|
||||
|
@ -65,6 +64,7 @@ paths-ignore:
|
|||
- packages/kbn-performance-testing-dataset-extractor
|
||||
- packages/kbn-plugin-generator
|
||||
- packages/kbn-plugin-helpers
|
||||
- packages/kbn-pm
|
||||
- packages/kbn-repo-path
|
||||
- packages/kbn-repo-source-classifier
|
||||
- packages/kbn-repo-source-classifier-cli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue