Skip to content

Commit

Permalink
rules for allowed_registries added
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtblaugue committed Oct 23, 2024
1 parent 8aaa9c1 commit ce1a0cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion controls/bsi_sys_1_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ controls:
(3) Images used SHOULD have metadata that makes their function and history traceable. (4) Digital
signatures SHOULD secure each image against modification.
notes: >-
Section 1: This requirement must be implemented organizationally.
Section 1: The source of images can be restricted by configuring the allowed registries.
In addition, this requirement must be implemented organizationally.
Section 2: This requirement must be implemented organizationally.
Section 3: This requirement is solved using image labels. Red Hat Images contain the
labels io.k8s.description, summary, vender, version, url, vcs-ref and vcs-type,
Expand All @@ -213,6 +214,9 @@ controls:
OpenShift then only executes images from this registry that are secured using this signature.
status: partial
rules:
# Section 1
- ocp_allowed_registries
- ocp_allowed_registries_for_import
# Section 4
- reject_unsigned_images_by_default

Expand Down

0 comments on commit ce1a0cc

Please sign in to comment.