mirror of https://github.com/CISOfy/lynis.git
Added alias --no-plugins to skip plugins
This commit is contained in:
parent
a765163a25
commit
9208e35f20
|
@ -259,7 +259,8 @@
|
|||
#RED=""
|
||||
;;
|
||||
|
||||
--skip-plugins)
|
||||
# Skip execution of plugins
|
||||
--skip-plugins | --no-plugins)
|
||||
RUN_PLUGINS=0
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue