mirror of https://github.com/CISOfy/lynis.git
Changed supporting text for ReportManual function
This commit is contained in:
parent
eae8ef99a4
commit
0f64d106b1
|
@ -1715,14 +1715,13 @@
|
|||
|
||||
|
||||
# Log manual actions to report file
|
||||
ReportManual()
|
||||
{
|
||||
# 1 parameters
|
||||
# <ID>:<2 char numeric>
|
||||
ReportManual() {
|
||||
# 1 parameter: Text
|
||||
Report "manual_event[]=$1"
|
||||
LogText "Manual: one or more manual actions are required for further testing of this control/plugin"
|
||||
}
|
||||
|
||||
|
||||
# Report data (TESTID STATUS IMPACT MESSAGE)
|
||||
ReportResult()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue