mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 22:04:39 +02:00
Display skipped atomic tests (#169)
Added section to log & display skipped atomic tests.
This commit is contained in:
parent
11c4779dd7
commit
a6393bd8a0
@ -225,6 +225,9 @@
|
||||
LogText "Result: Option ${OPTIONNAME} not found in output"
|
||||
Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result "NOT FOUND" --color WHITE
|
||||
fi
|
||||
else
|
||||
LogText "Skipping atomic test ${OPTIONNAME}"
|
||||
Display --indent 4 --text "- SSH optoin: ${OPTIONNAME}" --result SKIPPED --color WHITE
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user