From a91d2fca56dda042cb1a6af70893fa8b960ce45d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 23 Jan 2017 12:05:01 +0100 Subject: [PATCH] 1.12 benchmark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- README.md | 2 +- docker-bench-security.sh | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4063c19..4bf45b1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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 inspired by the [CIS Docker 1.11 Benchmark](https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.11.0_Benchmark_v1.0.0.pdf). +all automated, and are inspired by the [CIS Docker 1.12 Benchmark](https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.12.0_Benchmark_v1.0.0.pdf). We are releasing this as a follow-up to our [Understanding Docker Security and Best Practices](https://blog.docker.com/2015/05/understanding-docker-security-and-best-practices/) blog post. diff --git a/docker-bench-security.sh b/docker-bench-security.sh index f7c0a1d..b284929 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -1,13 +1,11 @@ #!/bin/sh # ------------------------------------------------------------------------------ -# Docker Bench for Security v1.1.0 +# Docker Bench for Security v1.2.0 # # Docker, Inc. (c) 2015- # # Checks for dozens of common best-practices around deploying Docker containers in production. -# Inspired by the CIS Docker 1.11 Benchmark: -# https://benchmarks.cisecurity.org/downloads/show-single/index.cfm?file=docker16.110 -# +# Inspired by the CIS Docker 1.12 Benchmark. # ------------------------------------------------------------------------------ # Load dependencies @@ -59,13 +57,12 @@ if [ -z "$logger" ]; then fi yell "# ------------------------------------------------------------------------------ -# Docker Bench for Security v1.1.0 +# Docker Bench for Security v1.2.0 # # Docker, Inc. (c) 2015- # # Checks for dozens of common best-practices around deploying Docker containers in production. -# Inspired by the CIS Docker 1.11 Benchmark: -# https://benchmarks.cisecurity.org/downloads/show-single/index.cfm?file=docker16.110 +# Inspired by the CIS Docker 1.12 Benchmark. # ------------------------------------------------------------------------------" # Warn if not root