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.
18 lines
639 B
Plaintext
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
|