From 478e3787522abdda59c507b0b5266c08e48b2a38 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Thu, 26 Oct 2017 16:12:36 -0400 Subject: [PATCH] Remove reference to specific benchmark version We support multiple versions of the CIS benchmark --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39c0209..937414b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # kube-bench -The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes 1.6 Benchmark v1.0.0. +The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes Benchmark. Tests are configured with YAML files, making this tool easy to update as test specifications evolve.