Skip to content

Commit eea229b

Browse files
authored
Merge pull request #13832 from rhmdnd/CMP-3713
Remove deprecated CIS OpenShift 1.4.0 and 1.5.0 profiles
2 parents f80c992 + 5e97d9e commit eea229b

16 files changed

Lines changed: 5 additions & 163 deletions

Dockerfiles/compliance-operator-content-konflux.Containerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ RUN find . -name "default\.profile" -exec sed -i 's/\(documentation_complete: \)
1717
RUN sed -i 's/\(documentation_complete: \).*/\1true/' \
1818
products/ocp4/profiles/cis-node.profile \
1919
products/ocp4/profiles/cis.profile \
20-
products/ocp4/profiles/cis-node-1-4.profile \
21-
products/ocp4/profiles/cis-1-4.profile \
22-
products/ocp4/profiles/cis-node-1-5.profile \
23-
products/ocp4/profiles/cis-1-5.profile \
2420
products/ocp4/profiles/cis-node-1-7.profile \
2521
products/ocp4/profiles/cis-1-7.profile \
2622
products/ocp4/profiles/moderate-node.profile \

Dockerfiles/ocp4_content

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ RUN if [ "$(uname -m)" == "x86_64" ] || [ "$(uname -m)" == "aarch64" ]; then \
2121
products/ocp4/profiles/pci-dss.profile \
2222
products/ocp4/profiles/cis-node.profile \
2323
products/ocp4/profiles/cis.profile \
24-
products/ocp4/profiles/cis-node-1-4.profile \
25-
products/ocp4/profiles/cis-1-4.profile \
26-
products/ocp4/profiles/cis-node-1-5.profile \
27-
products/ocp4/profiles/cis-1-5.profile \
2824
products/ocp4/profiles/moderate-node.profile \
2925
products/ocp4/profiles/moderate.profile \
3026
products/ocp4/profiles/moderate-node-rev-4.profile \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
policy: CIS Red Hat OpenShift Container Platform 4 Benchmark
33
title: CIS Red Hat OpenShift Container Platform 4 Benchmark
4-
id: cis_ocp_1_4_0
4+
id: cis_ocp
55
source: https://www.cisecurity.org/benchmark/kubernetes
66

77
levels:

controls/pcidss_4_ocp4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ controls:
391391
rules:
392392
- scansettingbinding_exists
393393
controls:
394-
- cis_ocp_1_4_0:all:level_2
394+
- cis_ocp:all:level_2
395395

396396
- id: 2.2.2
397397
title: Vendor default accounts are managed

products/ocp4/profiles/cis-1-4.profile

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)