Fixes issue #289: removed versions prior to 1.11 (#429)

* removed version prior to 1.11

* removed references to kubernetes versions prior to 1.11
This commit is contained in:
Roberto Rojas
2019-10-14 10:52:43 -04:00
committed by GitHub
parent 3aa41db166
commit a6ee61fd08
14 changed files with 5 additions and 5410 deletions

View File

@@ -18,13 +18,10 @@ Tests are configured with YAML files, making this tool easy to update as test sp
## CIS Kubernetes Benchmark support
kube-bench supports the tests for Kubernetes as defined in the CIS Benchmarks 1.0.0 to 1.4.0 respectively.
kube-bench supports the tests for Kubernetes as defined in the CIS Benchmarks 1.3.0 to 1.4.0 respectively.
| 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.1| 1.13 | 1.13- |