From e82fa2cf5de597e206d44dc993cda812a1061522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 6 Mar 2023 13:11:02 +0100 Subject: [PATCH] update version and add version table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- README.md | 8 ++++++++ docker-bench-security.sh | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2074ee5..34399ec 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ The Docker Bench for Security is a script that checks for dozens of common best- 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.5.0|1.5.0| +1.3.6|1.4.0| +1.3.5|1.2.0| +1.3.3|1.1.0| +1.3.0|1.13.0| + ## Running Docker Bench for Security ### Run from your base host diff --git a/docker-bench-security.sh b/docker-bench-security.sh index a698a84..abf23d3 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.3.6' +version='1.5.0' # Load dependencies . ./functions/functions_lib.sh @@ -36,7 +36,7 @@ usage () { cat <