From 93687c23ba07f0777e3f1097ec5a7a2406ae4a8b Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Fri, 14 Jul 2023 14:07:46 -0500 Subject: [PATCH] Fix invalid levels key in section 5 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. --- controls/cis_ocp_1_4_0/section-5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/cis_ocp_1_4_0/section-5.yml b/controls/cis_ocp_1_4_0/section-5.yml index 00cd1f1a866..e36587d770f 100644 --- a/controls/cis_ocp_1_4_0/section-5.yml +++ b/controls/cis_ocp_1_4_0/section-5.yml @@ -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