From 2741fd83872fb2eb06f1cbd7548a5a371d7978ad Mon Sep 17 00:00:00 2001 From: Dustin Decker Date: Tue, 12 Jul 2022 18:06:35 -0700 Subject: [PATCH] Add codeowners file (#653) --- CODEOWNERS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..5af24ccaa --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,23 @@ +# catch-all +* @trufflesecurity/product-eng + +# teams +pkg/sources/ @trufflesecurity/backend +pkg/detectors/ @trufflesecurity/detection + +# critical detectors +pkg/detectors/aws/ @trufflesecurity/backend +pkg/detectors/gcp/ @trufflesecurity/backend +pkg/detectors/azure/ @trufflesecurity/backend +pkg/detectors/okta/ @trufflesecurity/backend +pkg/detectors/privatekey/ @trufflesecurity/backend +pkg/detectors/slack/ @trufflesecurity/backend +pkg/detectors/slackwebhook/ @trufflesecurity/backend +pkg/detectors/microsoftteamswebhook/ @trufflesecurity/backend +pkg/detectors/twilio/ @trufflesecurity/backend +pkg/detectors/sendgrid/ @trufflesecurity/backend +pkg/detectors/gitlab/ @trufflesecurity/backend +pkg/detectors/gitlabv2/ @trufflesecurity/backend +pkg/detectors/github/ @trufflesecurity/backend +pkg/detectors/github_old/ @trufflesecurity/backend +pkg/detectors/githubapp/ @trufflesecurity/backend