mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
Show skipped items when running in verbose mode
This commit is contained in:
parent
a6393bd8a0
commit
5757837e28
@ -225,9 +225,8 @@
|
|||||||
LogText "Result: Option ${OPTIONNAME} not found in output"
|
LogText "Result: Option ${OPTIONNAME} not found in output"
|
||||||
Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result "NOT FOUND" --color WHITE
|
Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result "NOT FOUND" --color WHITE
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
LogText "Skipping atomic test ${OPTIONNAME}"
|
if IsVerbose; then Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result "SKIPPED (via config)" --color WHITE; fi
|
||||||
Display --indent 4 --text "- SSH optoin: ${OPTIONNAME}" --result SKIPPED --color WHITE
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user