mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Add current year to the copyright header
This commit is contained in:
parent
c8984e9591
commit
4b4fdd9f77
1 changed files with 3 additions and 3 deletions
|
@ -118,12 +118,12 @@ get_service_file() {
|
||||||
}
|
}
|
||||||
|
|
||||||
yell_info() {
|
yell_info() {
|
||||||
yell "# ------------------------------------------------------------------------------
|
yell "# --------------------------------------------------------------------------------------------
|
||||||
# Docker Bench for Security v$version
|
# Docker Bench for Security v$version
|
||||||
#
|
#
|
||||||
# Docker, Inc. (c) 2015-
|
# 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.
|
# Inspired by the CIS Docker Benchmark v1.2.0.
|
||||||
# ------------------------------------------------------------------------------"
|
# --------------------------------------------------------------------------------------------"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue