mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added alias --no-plugins to skip plugins
This commit is contained in:
parent
a765163a25
commit
9208e35f20
1 changed files with 2 additions and 1 deletions
|
|
@ -259,7 +259,8 @@
|
|||
#RED=""
|
||||
;;
|
||||
|
||||
--skip-plugins)
|
||||
# Skip execution of plugins
|
||||
--skip-plugins | --no-plugins)
|
||||
RUN_PLUGINS=0
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue