From 8da1cc26df500c1b12ce98f8aa7767c01405c749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 25 Aug 2023 12:37:35 +0000 Subject: [PATCH] v1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- README.md | 3 ++- docker-bench-security.sh | 4 ++-- functions/helper_lib.sh | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f9019e..c4d512e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,13 @@ ![Docker Bench for Security running](img/benchmark_log.png) -The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. The tests are all automated, and are based on the [CIS Docker Benchmark v1.5.0](https://www.cisecurity.org/benchmark/docker/). +The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. The tests are all automated, and are based on the [CIS Docker Benchmark v1.6.0](https://www.cisecurity.org/benchmark/docker/). We are making this available as an open-source utility so the Docker community can have an easy way to self-assess their hosts and Docker containers against this benchmark. Release | CIS | :---:|:---:| +1.6.0|1.6.0| 1.5.0|1.5.0| 1.3.6|1.4.0| 1.3.5|1.2.0| diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 0dc77f4..d91d995 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -7,7 +7,7 @@ # Checks for dozens of common best-practices around deploying Docker containers in production. # -------------------------------------------------------------------------------------------- -version='1.5.0' +version='1.6.0' # Load dependencies . ./functions/functions_lib.sh @@ -36,7 +36,7 @@ usage () { cat <