Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2017-06-14 15:06:18 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-06-14 15:06:18 +0300
commit9dc4efefd6acd5fb7a7b14adde026531e48df4a0 (patch)
treea454daca1cf97559c4b334201168cff00eb7556c /include/tests_ports_packages
parent933b01ea1f9bf4876809689f360851a36957c357 (diff)
Fix pkg audit option (#403)
-F, --fetch Fetch the database before checking. [ci skip]
Diffstat (limited to 'include/tests_ports_packages')
-rw-r--r--include/tests_ports_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index c2b02ac2..23b43abd 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -749,7 +749,7 @@
fi
else
LogText "Result: could not find vulnerability database"
- ReportWarning "${TEST_NO}" "No vulnerability database available" "pkg audit" "text:Run pkg audit -f"
+ ReportWarning "${TEST_NO}" "No vulnerability database available" "pkg audit" "text:Run pkg audit -F"
fi
fi
#