mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
update wording
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
17026093f1
commit
2466ab4826
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Returns the absolute path of a given string
|
# Returns the absolute path of a given string
|
||||||
abspath () { case "$1" in /*)printf "%s\n" "$1";; *)printf "%s\n" "$PWD/$1";; esac; }
|
abspath () { case "$1" in /*)printf "%s\n" "$1";; *)printf "%s\n" "$PWD/$1";; esac; }
|
||||||
|
@ -145,6 +145,6 @@ yell "# ------------------------------------------------------------------------
|
||||||
# Docker, Inc. (c) 2015-$(date +"%Y")
|
# Docker, Inc. (c) 2015-$(date +"%Y")
|
||||||
#
|
#
|
||||||
# Checks for dozens of common best-practices around deploying Docker containers in production.
|
# Checks for dozens of common best-practices around deploying Docker containers in production.
|
||||||
# Inspired by the CIS Docker Benchmark v1.2.0.
|
# Based on the CIS Docker Benchmark 1.3.1.
|
||||||
# --------------------------------------------------------------------------------------------"
|
# --------------------------------------------------------------------------------------------"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue