mirror of https://github.com/CISOfy/lynis.git
Bugfix: wrong logtext for HRDN-7230
This commit is contained in:
parent
adc57330f6
commit
d80bf2f437
|
@ -96,7 +96,7 @@
|
|||
# Description : Check for installed malware scanners
|
||||
Register --test-no HRDN-7230 --weight L --network NO --description "Check for malware scanner"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
logtext "Test: Check if one or more compilers can be found on the system"
|
||||
logtext "Test: Check if a malware scanner is installed"
|
||||
if [ ${MALWARE_SCANNER_INSTALLED} -eq 1 ]; then
|
||||
logtext "Result: found at least one malware scanner"
|
||||
Display --indent 4 --text "- Installed malware scanner" --result "FOUND" --color GREEN
|
||||
|
|
Loading…
Reference in New Issue