From 426765b698f8c17996b2e2c9c88d325d7c690c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Sat, 30 Apr 2016 23:03:18 +0200 Subject: [PATCH] update yell to 1.11 as well 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-bench-security.sh b/docker-bench-security.sh index fb36291..68327a8 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -61,11 +61,11 @@ fi yell "# ------------------------------------------------------------------------------ # Docker Bench for Security v1.0.0 # -# Docker, Inc. (c) 2015 +# Docker, Inc. (c) 2015- # # Checks for dozens of common best-practices around deploying Docker containers in production. -# Inspired by the CIS Docker 1.6 Benchmark: -# https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.6_Benchmark_v1.0.0.pdf +# Inspired by the CIS Docker 1.11 Benchmark: +# https://benchmarks.cisecurity.org/downloads/show-single/index.cfm?file=docker16.110 # ------------------------------------------------------------------------------" # Warn if not root