From 372dc08f26b3e3d42e5407c8f6478b52481f295e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Tue, 24 Jan 2017 09:45:08 +0100 Subject: [PATCH] CIS Docker 1.13 Benchmark, bump version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- docker-bench-security.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-bench-security.sh b/docker-bench-security.sh index b284929..dc2ba9e 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -1,11 +1,11 @@ #!/bin/sh # ------------------------------------------------------------------------------ -# Docker Bench for Security v1.2.0 +# Docker Bench for Security v1.3.0 # # Docker, Inc. (c) 2015- # # Checks for dozens of common best-practices around deploying Docker containers in production. -# Inspired by the CIS Docker 1.12 Benchmark. +# Inspired by the CIS Docker 1.13 Benchmark. # ------------------------------------------------------------------------------ # Load dependencies @@ -57,12 +57,12 @@ if [ -z "$logger" ]; then fi yell "# ------------------------------------------------------------------------------ -# Docker Bench for Security v1.2.0 +# Docker Bench for Security v1.3.0 # # Docker, Inc. (c) 2015- # # Checks for dozens of common best-practices around deploying Docker containers in production. -# Inspired by the CIS Docker 1.12 Benchmark. +# Inspired by the CIS Docker 1.13 Benchmark. # ------------------------------------------------------------------------------" # Warn if not root