diff --git a/include/tests_insecure_services b/include/tests_insecure_services index 5b7d96a5..40cd9cf0 100644 --- a/include/tests_insecure_services +++ b/include/tests_insecure_services @@ -500,7 +500,7 @@ if ${LAUNCHCTL_BINARY} list | ${GREPBINARY} -sq ${ITEM}; then Display --indent 2 --text "- ${ITEM}" --result "${STATUS_NO}" --color RED LogText "Result: found ${ITEM}, which is considered an insecure service" - AddSuggestion "${TEST_NO}" "Consider disabling service ${ITEM}" "launchctl" "-" + ReportSuggestion "${TEST_NO}" "Consider disabling service ${ITEM}" "launchctl" "-" AddHP 0 1 else Display --indent 2 --text "- ${ITEM}" --result "${STATUS_OK}" --color GREEN