From 74dd230e2d4fe2dd4dbc8115c7a8ae20213b1f46 Mon Sep 17 00:00:00 2001 From: Justin Ibarra <16747370+brokensound77@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:36:58 -0700 Subject: [PATCH] Trim codeowners (#3829) --- .github/CODEOWNERS | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 317a6318d..be433830b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,15 +1,14 @@ # detection-rules code owners # POC: Elastic Security Intelligence and Analytics Team -tests/**/*.py @brokensound77 @mikaayenson @eric-forte-elastic -detection_rules/ @brokensound77 @mikaayenson @eric-forte-elastic -tests/ @brokensound77 @mikaayenson @eric-forte-elastic -lib/ @brokensound77 @mikaayenson @eric-forte-elastic -rta/ @brokensound77 @mikaayenson @eric-forte-elastic +tests/**/*.py @mikaayenson @eric-forte-elastic @terrancedejesus +detection_rules/ @mikaayenson @eric-forte-elastic @terrancedejesus +tests/ @mikaayenson @eric-forte-elastic @terrancedejesus +lib/ @mikaayenson @eric-forte-elastic @terrancedejesus +rta/ @mikaayenson @eric-forte-elastic @terrancedejesus # skip rta-mapping to avoid the spam -detection_rules/etc/packages.yaml @brokensound77 @mikaayenson @eric-forte-elastic -detection_rules/etc/*.json @brokensound77 @mikaayenson @eric-forte-elastic -detection_rules/etc/*.json @brokensound77 @mikaayenson @eric-forte-elastic -detection_rules/etc/*/* @brokensound77 @mikaayenson @eric-forte-elastic - +detection_rules/etc/packages.yaml @mikaayenson @eric-forte-elastic @terrancedejesus +detection_rules/etc/*.json @mikaayenson @eric-forte-elastic @terrancedejesus +detection_rules/etc/*.json @mikaayenson @eric-forte-elastic @terrancedejesus +detection_rules/etc/*/* @mikaayenson @eric-forte-elastic @terrancedejesus