mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
Merge pull request #466 from razvanstoica89/master
Add current year to the copyright header
This commit is contained in:
commit
1aa919e918
1 changed files with 3 additions and 3 deletions
|
@ -118,12 +118,12 @@ get_service_file() {
|
|||
}
|
||||
|
||||
yell_info() {
|
||||
yell "# ------------------------------------------------------------------------------
|
||||
yell "# --------------------------------------------------------------------------------------------
|
||||
# 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.
|
||||
# Inspired by the CIS Docker Benchmark v1.2.0.
|
||||
# ------------------------------------------------------------------------------"
|
||||
# --------------------------------------------------------------------------------------------"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue