Files
trufflehog/CODEOWNERS
Line: 2: no users/groups matched Line: 5: no users/groups matched Line: 6: no users/groups matched Line: 7: no users/groups matched Line: 8: no users/groups matched Line: 9: no users/groups matched Line: 10: no users/groups matched Line: 13: no users/groups matched Line: 16: no users/groups matched Line: 17: no users/groups matched
trufflesteeeve 9174f5d1cb Integrations fully codeowns detectors (#5104)
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.
2026-07-06 10:15:22 -04:00

18 lines
639 B
Plaintext

# Default -- Integrations owns OSS, community, detectors, sources, analyzers
* @trufflesecurity/integrations
# Scan engine and pipeline
pkg/decoders/ @trufflesecurity/scanning
pkg/engine/ @trufflesecurity/scanning
pkg/handlers/ @trufflesecurity/scanning
pkg/iobuf/ @trufflesecurity/scanning
pkg/sanitizer/ @trufflesecurity/scanning
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