mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-08-22 09:28:50 +00:00
yell function and version varible
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
2a549f5be5
commit
6c0dce7b19
2 changed files with 16 additions and 11 deletions
|
@ -110,3 +110,14 @@ get_systemd_service_file(){
|
|||
echo "/usr/lib/systemd/system/$SERVICE"
|
||||
fi
|
||||
}
|
||||
|
||||
yell_info() {
|
||||
yell "# ------------------------------------------------------------------------------
|
||||
# Docker Bench for Security v$version
|
||||
#
|
||||
# Docker, Inc. (c) 2015-
|
||||
#
|
||||
# Checks for dozens of common best-practices around deploying Docker containers in production.
|
||||
# Inspired by the CIS Docker Community Edition Benchmark v1.1.0.
|
||||
# ------------------------------------------------------------------------------"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue