-
Notifications
You must be signed in to change notification settings - Fork 736
/
Copy pathCODEOWNERS
28 lines (22 loc) · 1.19 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
# Global Owners
/CODEOWNERS @vojtapolasek @jan-cerny @mab879 @ggbecker
/ssg/ @vojtapolasek @jan-cerny @mab879 @ggbecker
/tests/ @matusmarhefka @mab879 @vojtapolasek @jan-cerny
/linux_os/**/tests @matusmarhefka @mab879 @vojtapolasek @jan-cerny
/shared/**/tests @matusmarhefka @mab879 @vojtapolasek @jan-cerny
# Products
/tests/data/product_stability/rhel*.yml @ComplianceAsCode/red-hatters
/tests/data/product_stability/ol*.yml @ComplianceAsCode/oracle-maintainers
/tests/data/product_stability/sle*.yml @ComplianceAsCode/suse-maintainers
/tests/data/product_stability/ubuntu*.yml @ComplianceAsCode/ubuntu-maintainers
# Product Specific Profiles
/products/rhel*/profiles/ @ComplianceAsCode/red-hatters
/products/ol*/profiles/ @ComplianceAsCode/oracle-maintainers
/products/sle*/profiles/ @ComplianceAsCode/suse-maintainers
/products/ubuntu*/profiles/ @ComplianceAsCode/ubuntu-maintainers
# Product Specific Control Files
/controls/cis_rhel8.yml @ComplianceAsCode/red-hatters
/controls/cis_rhel9.yml @ComplianceAsCode/red-hatters
/controls/cis_sle12.yml @ComplianceAsCode/suse-maintainers
/controls/cis_sle15.yml @ComplianceAsCode/suse-maintainers
/controls/cis_ubuntu2404.yml @ComplianceAsCode/ubuntu-maintainers