upstream is basic_auth_only not basic_auth (#4834)

upstream is basic_auth_only not basic_auth
This commit is contained in:
Clinton Wolfe 2020-01-15 15:37:26 -05:00 committed by GitHub
commit 4c270efe78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ module Inspec
desc: "Specify which transport to use, defaults to negotiate (WinRM)."
option :winrm_disable_sspi, type: :boolean,
desc: "Whether to use disable sspi authentication, defaults to false (WinRM)."
option :winrm_basic_auth, type: :boolean,
option :winrm_basic_auth_only, type: :boolean,
desc: "Whether to use basic authentication, defaults to false (WinRM)."
option :config, type: :string,
desc: "Read configuration from JSON file (`-` reads from stdin)."