Skip to content

Commit 5fd7ca7

Browse files
MadameSheemakibanamachine
authored andcommitted
[Security Solution] Add security-engineering-productivity ownership for Security Solution Scout-related code (elastic#245361)
## Summary Adds `@elastic/security-engineering-productivity` as a code owner for Security Solution Scout-related code to improve onboarding and ensure best practices during the initial adoption phase. ## Changes - Added `@elastic/security-engineering-productivity` as a code owner for `x-pack/solutions/security/packages/kbn-scout-security` (alongside existing `@elastic/appex-qa` ownership) - Added code ownership for `/x-pack/solutions/security/plugins/security_solution/test/scout` directory ## Motivation These ownership updates will: - Improve onboarding by ensuring the Security Engineering Productivity team is notified of Scout-related changes - Help maintain best practices through consistent review and guidance during the initial adoption period - Provide teams with support and mentorship as they learn the new tool and testing patterns ## Note on Test Ownership The ownership of the Scout test directory is intended to be **temporary**. Once all teams have a solid understanding of best practices and are comfortable with the new tool, we plan to transfer ownership back to the respective feature teams. This temporary ownership structure ensures consistent quality and knowledge transfer during the transition period. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
1 parent 3eadfc2 commit 5fd7ca7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ x-pack/solutions/security/packages/index-adapter @elastic/security-threat-huntin
11911191
x-pack/solutions/security/packages/kbn-cloud-security-posture/common @elastic/contextual-security-apps
11921192
x-pack/solutions/security/packages/kbn-cloud-security-posture/graph @elastic/contextual-security-apps
11931193
x-pack/solutions/security/packages/kbn-cloud-security-posture/public @elastic/contextual-security-apps
1194-
x-pack/solutions/security/packages/kbn-scout-security @elastic/appex-qa
1194+
x-pack/solutions/security/packages/kbn-scout-security @elastic/appex-qa @elastic/security-engineering-productivity
11951195
x-pack/solutions/security/packages/kbn-securitysolution-autocomplete @elastic/security-detection-engine
11961196
x-pack/solutions/security/packages/kbn-securitysolution-endpoint-exceptions-common @elastic/security-detection-engine
11971197
x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components @elastic/security-detection-engine
@@ -2531,6 +2531,7 @@ x-pack/solutions/security/test/security_solution_api_integration/test_suites/sou
25312531
/x-pack/solutions/security/test/security_solution_cypress/es_archives @elastic/security-engineering-productivity
25322532
/x-pack/solutions/security/test/security_solution_playwright @elastic/security-engineering-productivity
25332533
/x-pack/solutions/security/plugins/security_solution/scripts/run_cypress @patrykkopycinski @maximpn @banderror
2534+
/x-pack/solutions/security/plugins/security_solution/test/scout @elastic/security-engineering-productivity
25342535

25352536
## Security Solution sub teams - Cloud Security Posture
25362537

x-pack/solutions/security/packages/kbn-scout-security/kibana.jsonc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"type": "test-helper",
33
"id": "@kbn/scout-security",
4-
"owner": "@elastic/appex-qa",
4+
"owner": [
5+
"@elastic/appex-qa",
6+
"@elastic/security-engineering-productivity"
7+
],
58
"group": "security",
69
"visibility": "private",
710
"devOnly": true

0 commit comments

Comments
 (0)