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
|
# Log manual actions to report file
|
||||||
ReportManual()
|
ReportManual() {
|
||||||
{
|
# 1 parameter: Text
|
||||||
# 1 parameters
|
|
||||||
# <ID>:<2 char numeric>
|
|
||||||
Report "manual_event[]=$1"
|
Report "manual_event[]=$1"
|
||||||
LogText "Manual: one or more manual actions are required for further testing of this control/plugin"
|
LogText "Manual: one or more manual actions are required for further testing of this control/plugin"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Report data (TESTID STATUS IMPACT MESSAGE)
|
# Report data (TESTID STATUS IMPACT MESSAGE)
|
||||||
ReportResult()
|
ReportResult()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue