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:
parent
2d033edc96
commit
e5e2804dfa
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user