mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
adjust documentation for api change to --sudo
This commit is contained in:
parent
2b7f4040e7
commit
00e2d800e4
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ The following options may be used with any of the InSpec CLI subcommands:
|
||||||
``-b``, ``--backend``
|
``-b``, ``--backend``
|
||||||
Specify the backend. Possible values: ``local`` (default), ``ssh``, ``winrm``, or ``docker``.
|
Specify the backend. Possible values: ``local`` (default), ``ssh``, ``winrm``, or ``docker``.
|
||||||
|
|
||||||
``--disable_sudo``
|
``--sudo``
|
||||||
Use to prevent remote scanning via sudo. Default value: ``false``.
|
Run scans with sudo. Only activates on Unix and non-root user. Default value: ``false``.
|
||||||
|
|
||||||
``--host``
|
``--host``
|
||||||
The remote host to be tested.
|
The remote host to be tested.
|
||||||
|
|
Loading…
Reference in a new issue