1.12 benchmark

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2017-01-23 12:05:01 +01:00
commit a91d2fca56
2 changed files with 5 additions and 8 deletions

View file

@ -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