Skip to content

Commit

Permalink
Fix invalid levels key in section 5
Browse files Browse the repository at this point in the history
We recently started filling in the implementation for CIS OpenShift
1.4.0, but missed a case where we were using `level` instead of
`levels` as a control key. This causes errors building the product when
we render the profile from the control files.
  • Loading branch information
rhmdnd committed Jul 14, 2023
1 parent 59fb3ad commit 93687c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/cis_ocp_1_4_0/section-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ controls:
- ocp_allowed_registries_for_import
- ocp_insecure_registries
- ocp_insecure_allowed_registries_for_import
level: level_2
levels: level_2
- id: '5.7'
title: General Policies
status: partial
Expand Down

0 comments on commit 93687c2

Please sign in to comment.