Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement rules for CIS OCP Section 5.5 #10787

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ocil: |-
make sure the output is not empty and matches the registries that you wish to allow.

references:
cis@ocp4: '5.5.1'
nist: CM-5(3),CM-7(2),CM-7(5),CM-11
srg: SRG-APP-000456-CTR-001125

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rationale: |-
severity: medium

references:
cis@ocp4: '5.5.1'
nist: CM-5(3),CM-7(2),CM-7(5),CM-11
srg: SRG-APP-000456-CTR-001125

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ identifiers:
cce@ocp4: CCE-86235-9

references:
cis@ocp4: '5.5.1'
nist: CM-5(3)
srg: SRG-APP-000014-CTR-000035

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ identifiers:
cce@ocp4: CCE-86123-7

references:
cis@ocp4: '5.5.1'
nist: CM-5(3)
srg: SRG-APP-000014-CTR-000035

Expand Down
12 changes: 8 additions & 4 deletions controls/cis_ocp_1_4_0/section-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,18 @@ controls:
levels: level_2
- id: '5.5'
title: Extensible Admission Control
status: pending
status: automated
rules: []
controls:
- id: 5.5.1
title: Configure Image Provenance using image controller configuration parameters
status: pending
rules: []
levels: level_2
status: automated
rules:
- ocp_allowed_registries
- ocp_allowed_registries_for_import
- ocp_insecure_registries
rhmdnd marked this conversation as resolved.
Show resolved Hide resolved
- ocp_insecure_allowed_registries_for_import
level: level_2
- id: '5.7'
title: General Policies
status: partial
Expand Down