-
Notifications
You must be signed in to change notification settings - Fork 778
Expand file tree
/
Copy pathCODEOWNERS
More file actions
34 lines (28 loc) · 1.56 KB
/
CODEOWNERS
File metadata and controls
34 lines (28 loc) · 1.56 KB
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
# Global Owners
/CODEOWNERS @vojtapolasek @jan-cerny @mab879 @ggbecker @marcusburghardt
/ssg/ @vojtapolasek @jan-cerny @mab879 @ggbecker @marcusburghardt
/tests/ @matusmarhefka @mab879 @vojtapolasek @jan-cerny
/linux_os/**/tests @matusmarhefka @mab879 @vojtapolasek @jan-cerny
/shared/**/tests @matusmarhefka @mab879 @vojtapolasek @jan-cerny
# Products
/tests/assertions/ocp4/ @rhmdnd @Vincent056 @yuumasato
/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/stig_ol9.yml @ComplianceAsCode/oracle-maintainers
/controls/cis_rhel8.yml @ComplianceAsCode/red-hatters
/controls/cis_rhel9.yml @ComplianceAsCode/red-hatters
/controls/cis_rhel10.yml @ComplianceAsCode/red-hatters
/controls/stig_rhel8.yml @ComplianceAsCode/red-hatters
/controls/stig_rhel9.yml @ComplianceAsCode/red-hatters
/controls/cis_sle12.yml @ComplianceAsCode/suse-maintainers
/controls/cis_sle15.yml @ComplianceAsCode/suse-maintainers
/controls/stig_slemicro5.yml @ComplianceAsCode/suse-maintainers
/controls/cis_ubuntu2404.yml @ComplianceAsCode/ubuntu-maintainers