From 6197ac08e7f99127c6d21df9e3b0bd028fe40b41 Mon Sep 17 00:00:00 2001 From: mboelen Date: Sun, 13 Mar 2016 16:00:39 +0100 Subject: Added link to website, blog, github --- include/helper_audit_dockerfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'include/helper_audit_dockerfile') diff --git a/include/helper_audit_dockerfile b/include/helper_audit_dockerfile index 268e9de4..eb6f24c0 100644 --- a/include/helper_audit_dockerfile +++ b/include/helper_audit_dockerfile @@ -1,5 +1,23 @@ #!/bin/sh +################################################################################# +# +# Lynis +# ------------------ +# +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis +# +# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are +# welcome to redistribute it under the terms of the GNU General Public License. +# See LICENSE file for usage of this software. +# +################################################################################# + if [ $# -eq 0 ]; then Display --indent 2 --text "${RED}Error: ${WHITE}Provide URL or file${NORMAL}" -- cgit v1.2.3