1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-18 12:48:08 +00:00

Remove duplicate versions section

That info is important enough that it needs to stay in the main README.
I also changed the file title
This commit is contained in:
Liz Rice 2019-06-05 10:28:11 +01:00 committed by GitHub
parent 85849a3c1f
commit 87820b9775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Overview
# Test and config files
`kube-bench` runs checks specified in `controls` files that are a YAML
representation of the CIS Kubernetes Benchmark checks. There is a
@ -377,21 +377,3 @@ Every node type has a subsection that specifies the main configurations items.
audit: "/bin/sh -c 'if test -e $kubeletkubeconfig; then stat -c %a $kubeletkubeconfig; fi'"
...
```
## Versions and distributions
`kube-bench` has `controls` files for multiple Kubernetes versions and
distributions. The supported versions and distributions can be found under the
`cfg/` directory in the project root.
The versions listed in `cfg` are kubernetes versions not CIS Kubernetes Benchmark
versions and they are not the same. Please refer to the version matrix below to
see how kubernetes versions map to CIS Kubernetes Benchmarks versions.
| CIS Kubernetes Benchmark | kube-bench config | Kubernetes versions |
|---|---|---|
| 1.0.0| 1.6 | 1.6 |
| 1.1.0| 1.7 | 1.7 |
| 1.2.0| 1.8 | 1.8-1.10 |
| 1.3.0| 1.11 | 1.11-1.12 |
| 1.4.0| 1.13 | 1.13- |