chore(security,codeql): exclude **/stub/** folders from CodeQL scans (#212608)

## Summary

Eexclude `**/stub/**` folders from CodeQL scans.
This commit is contained in:
Aleh Zasypkin 2025-02-27 12:20:48 +02:00 committed by GitHub
parent aac841353d
commit 7155c05bd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@ paths-ignore:
- '**/kbn-scout-*'
- '**/mocks.*'
- '**/mocks/**'
- '**/stub/**'
- '**/scripts/**'
- '**/storybook/**'
- '**/test_helpers/**'