mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Simplify: clarify if a particular set of module is not available, instead of showing cross
This commit is contained in:
parent
e9373b59b0
commit
174172eeba
1 changed files with 4 additions and 3 deletions
|
|
@ -168,9 +168,10 @@
|
|||
|
||||
echo ""
|
||||
echo " ${SECTION}Lynis Modules${NORMAL}:"
|
||||
echo " - Heuristics Check [${WHITE}NA${NORMAL}] - Security Audit [${GREEN}V${NORMAL}]"
|
||||
if [ ${LYNIS_COMPLIANCE_TESTS} -eq 1 ]; then COMPLIANCE="${GREEN}V"; else COMPLIANCE="${RED}X"; fi
|
||||
echo " - Compliance Tests [${COMPLIANCE}${NORMAL}] - Vulnerability Scan [${GREEN}V${NORMAL}]"
|
||||
if [ ${LYNIS_COMPLIANCE_TESTS} -eq 1 ]; then COMPLIANCE="${GREEN}V"; else COMPLIANCE="${YELLOW}NA"; fi
|
||||
echo " - Compliance Tests [${COMPLIANCE}${NORMAL}]"
|
||||
echo " - Security Audit [${GREEN}V${NORMAL}]"
|
||||
echo " - Vulnerability Scan [${GREEN}V${NORMAL}]"
|
||||
echo ""
|
||||
echo " ${SECTION}Files${NORMAL}:"
|
||||
echo " - Test and debug information : ${WHITE}${LOGFILE}${NORMAL}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue