Change the scripts header to mention Docker Benchmark for Security

This commit is contained in:
Diogo Monica 2015-06-28 11:04:53 -07:00
parent 7efb4b1d95
commit f18f5edff0

View file

@ -1,10 +1,11 @@
#!/bin/sh #!/bin/sh
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# CIS Docker 1.6 Benchmark v1.0.0 checker # Docker Bench for Security v1.0.0
# #
# Docker, Inc. (c) 2015 # 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 # https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.6_Benchmark_v1.0.0.pdf
# #
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
@ -42,11 +43,12 @@ usage () {
} }
yell "# ------------------------------------------------------------------------------ yell "# ------------------------------------------------------------------------------
# CIS Docker 1.6 Benchmark v1.0.0 checker # Docker Bench for Security v1.0.0
# #
# Docker, Inc. (c) 2015 # 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 # https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.6_Benchmark_v1.0.0.pdf
# ------------------------------------------------------------------------------" # ------------------------------------------------------------------------------"