From f18f5edff060cbc7ebdb70c17253f3890b8fc780 Mon Sep 17 00:00:00 2001 From: Diogo Monica Date: Sun, 28 Jun 2015 11:04:53 -0700 Subject: [PATCH] Change the scripts header to mention Docker Benchmark for Security --- docker-bench-security.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 690c41f..e1e6503 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -1,10 +1,11 @@ #!/bin/sh # ------------------------------------------------------------------------------ -# CIS Docker 1.6 Benchmark v1.0.0 checker +# Docker Bench for Security v1.0.0 # # Docker, Inc. (c) 2015 # -# Provides automated tests for the CIS Docker 1.6 Benchmark: +# 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 # # ------------------------------------------------------------------------------ @@ -42,11 +43,12 @@ usage () { } yell "# ------------------------------------------------------------------------------ -# CIS Docker 1.6 Benchmark v1.0.0 checker +# Docker Bench for Security v1.0.0 # # Docker, Inc. (c) 2015 # -# Provides automated tests for the CIS Docker 1.6 Benchmark: +# 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 # ------------------------------------------------------------------------------"