Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-03-25 18:49:02 +0300
committermboelen <michael@cisofy.com>2015-03-25 18:49:02 +0300
commitc94269c1d184d12bfb6b50ab4b38f3bf8b43be5e (patch)
treecceef10f17b08d8fd661cef32a695305eabc8a1f
parente1d96752f20e4ffaa8034167d40b229f42ce8416 (diff)
Add lynis audit dockerfile as option
-rw-r--r--include/parameters5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/parameters b/include/parameters
index 77837ca4..790fa2f8 100644
--- a/include/parameters
+++ b/include/parameters
@@ -54,7 +54,10 @@
esac
else
Display --text "${RED}Error: ${WHITE}Need a target to audit${NORMAL}"
- Display --text "Example: lynis audit system"
+ Display --text " "
+ Display --text "Examples:"
+ Display --text "lynis audit dockerfile"
+ Display --text "lynis audit system"
ExitFatal
fi
#break