forked from stackrox/stackrox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
65 lines (57 loc) · 3.7 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# For further documentation on CODEOWNERS, visit
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#about-code-owners
# This will automatically assign a team / people as reviewers for PRs based on the files changed within the PR.
# Core team's main responsibilities include policies including default policies and policy management workflows,
# detection and alerting, integrations and notifiers, risk, vulnerability management and reporting, migrator and
# interactions with Postgres.
pkg/detection/**/* @stackrox/core-workflows
pkg/booleanpolicy/**/* @stackrox/core-workflows
pkg/defaults/policies/**/* @stackrox/core-workflows
central/policy/**/* @stackrox/core-workflows
central/reports/**/* @stackrox/core-workflows
central/reportconfiguration/**/* @stackrox/core-workflows
central/vulnmgmt/**/* @stackrox/core-workflows
proto/storage/* @stackrox/core-workflows
migrator/**/* @stackrox/core-workflows
pkg/postgres/**/* @stackrox/core-workflows
tests/upgrade/* @stackrox/core-workflows
# Merlin's main responsibilities include roxctl, authN (authproviders), authZ (SAC), declarative config,
# performance testing, administration events, cloud sources, and image signatures.
*/administration/**/* @stackrox/merlin
*/auth/**/* @stackrox/merlin
*/cloudsources/**/* @stackrox/merlin
*/declarativeconfig/**/* @stackrox/merlin
*/discoveredclusters/**/ @stackrox/merlin
*/signatureintegration/**/* @stackrox/merlin
pkg/features/**/* @stackrox/merlin
pkg/sac/**/* @stackrox/merlin
pkg/signatures/**/* @stackrox/merlin
roxctl/**/* @stackrox/merlin
tests/performance @stackrox/merlin
/ui/**/* @stackrox/ui
# Listing all users as "Outside collaborators cannot be added to a team"
roxctl/netpol/**/* @zivnevo @adisos @shireenf-ibm @stackrox/maple
tests/roxctl/bats-tests/local/roxctl-netpol-* @zivnevo @adisos @shireenf-ibm @stackrox/maple
tests/roxctl/bats-tests/test-data/np-guard/ @zivnevo @adisos @shireenf-ibm @stackrox/maple
pkg/images/defaults/**/* @stackrox/maple
sensor/**/* @stackrox/maple
operator/**/* @stackrox/install
# Scanner team's responsibilities include anything related to the scanner itself and scanning utilities
# such as vulnerability uploading and image integrations.
/.github/workflows/scanner* @stackrox/scanner
/.github/workflows/update_scanner_periodic.yaml @stackrox/scanner
/central/scannerdefinitions/ @stackrox/scanner
/central/sensor/service/pipeline/imageintegrations/ @stackrox/scanner
/pkg/images/enricher/ @stackrox/scanner
/pkg/nodes/ @stackrox/scanner
/pkg/registries/ @stackrox/scanner
/pkg/scanners/ @stackrox/scanner
/pkg/scans/ @stackrox/scanner
/scanner/ @stackrox/scanner
/sensor/common/scannerdefinitions/ @stackrox/scanner
/sensor/kubernetes/listener/resources/secrets.go @stackrox/scanner
/sensor/kubernetes/listener/resources/secrets_test.go @stackrox/scanner
/SCANNER_VERSION @stackrox/scanner
# The RHTAP maintainers for ACS review all changes related to the RHTAP pipelines, such as new pipelines,
# parameter changes or automated task updates.
/.tekton/ @stackrox/rhtap-maintainers