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:
Aleh Zasypkin 2024-12-30 11:06:21 +01:00 committed by GitHub
parent a9f222ca33
commit b9c03b3bb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,6 @@ paths-ignore:
- dev_docs - dev_docs
- docs - docs
- examples - examples
- kbn_pm
- rfcs - rfcs
- packages/*/scripts - packages/*/scripts
- packages/core/test-helpers/core-test-helpers-kbn-server - packages/core/test-helpers/core-test-helpers-kbn-server
@ -65,6 +64,7 @@ paths-ignore:
- packages/kbn-performance-testing-dataset-extractor - packages/kbn-performance-testing-dataset-extractor
- packages/kbn-plugin-generator - packages/kbn-plugin-generator
- packages/kbn-plugin-helpers - packages/kbn-plugin-helpers
- packages/kbn-pm
- packages/kbn-repo-path - packages/kbn-repo-path
- packages/kbn-repo-source-classifier - packages/kbn-repo-source-classifier
- packages/kbn-repo-source-classifier-cli - packages/kbn-repo-source-classifier-cli