From 5f8a6b137908936712c2a1159ff210eea3ab57f5 Mon Sep 17 00:00:00 2001 From: Cody Rose Date: Tue, 24 Jun 2025 10:48:14 -0400 Subject: [PATCH] Move default detectors ownership to OSS (#4257) This directory holds only detector information, but it's in `/engine`, so its codeownership has been incorrectly assigned to non-OSS teams. Moving it to a detector-related spot created an import cycle that I don't want to deal with right now, so instead I'm just tweaking CODEOWNERS. Co-authored-by: Amaan Ullah --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 5a56cc460..ed4d61557 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -20,6 +20,8 @@ pkg/detectors/ @trufflesecurity/OSS pkg/common/ @trufflesecurity/OSS pkg/custom_detectors/ @trufflesecurity/OSS pkg/analzyers/ @trufflesecurity/OSS +pkg/engine/defaults/defaults.go @trufflesecurity/OSS +pkg/engine/defaults/defaults_test.go @trufflesecurity/OSS # critical detectors pkg/detectors/aws/ @trufflesecurity/backend