1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-22 08:08:07 +00:00

Fix values of version field in cfg/cis-1.20 were wrong (#913)

This commit is contained in:
Huang Huang 2021-06-20 16:23:24 +08:00 committed by GitHub
parent 2d033edc96
commit e5e2804dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
--- ---
controls: controls:
version: "cis-1.6" version: "cis-1.20"
id: 3 id: 3
text: "Control Plane Configuration" text: "Control Plane Configuration"
type: "controlplane" type: "controlplane"

View File

@ -1,6 +1,6 @@
--- ---
controls: controls:
version: "cis-1.6" version: "cis-1.20"
id: 2 id: 2
text: "Etcd Node Configuration" text: "Etcd Node Configuration"
type: "etcd" type: "etcd"

View File

@ -1,6 +1,6 @@
--- ---
controls: controls:
version: "cis-1.6" version: "cis-1.20"
id: 1 id: 1
text: "Master Node Security Configuration" text: "Master Node Security Configuration"
type: "master" type: "master"

View File

@ -1,6 +1,6 @@
--- ---
controls: controls:
version: "cis-1.6" version: "cis-1.20"
id: 4 id: 4
text: "Worker Node Security Configuration" text: "Worker Node Security Configuration"
type: "node" type: "node"

View File

@ -1,6 +1,6 @@
--- ---
controls: controls:
version: "cis-1.6" version: "cis-1.20"
id: 5 id: 5
text: "Kubernetes Policies" text: "Kubernetes Policies"
type: "policies" type: "policies"