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:
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/parameters b/include/parameters
index b8676b4c..77a6084f 100644
--- a/include/parameters
+++ b/include/parameters
@@ -280,6 +280,11 @@
LOGFILE="/dev/null"
;;
+ # Skip execution of plugins
+ --no-plugins | --noplugins | --skip-plugins)
+ SKIP_PLUGINS=1
+ ;;
+
--pen-test | --pentest)
PENTESTINGMODE=1
;;
@@ -359,11 +364,6 @@
fi
;;
- # Skip execution of plugins
- --skip-plugins | --no-plugins | --noplugins)
- SKIP_PLUGINS=1
- ;;
-
# Only scan these tests
--tests)
shift