From 33e85abf342cdefc164da66d9764fc8448a02986 Mon Sep 17 00:00:00 2001 From: steeeve Date: Wed, 1 Jul 2026 18:25:03 -0400 Subject: [PATCH] Integrations fully codeowns detectors This includes the injection points of detectors into the rest of the systems. Specifically the detector_type.proto, which is a list of all detectors, and the defaults.go and defaults_test.go (the only contents of pkg/engine/defaults), which are also a list of all detectors. --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 5cde1f55aa96..236070ae1559 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -11,3 +11,7 @@ pkg/writers/ @trufflesecurity/scanning # Contracts -- co-owned, changes affect both teams proto/ @trufflesecurity/integrations @trufflesecurity/scanning + +# Detectors are fully owned by integrations +proto/detector_type.proto @trufflesecurity/integrations +pkg/engine/defaults/ @trufflesecurity/integrations