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 <[email protected]>
This commit is contained in:
Cody Rose
2025-06-24 09:48:14 -05:00
committed by GitHub
co-authored by Amaan Ullah
parent b4e1b59a6f
commit 5f8a6b1379
+2
View File
@@ -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