Skip to content

Commit

Permalink
Added support for proxy_command
Browse files Browse the repository at this point in the history
NOTE This is just a simple wrapper which relies on the underlying support being added to train: inspec/train#227

Signed-off-by: Christian Becker <[email protected]>
  • Loading branch information
cbeckr committed Feb 25, 2018
1 parent 1550721 commit 3182ffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/inspec/base_cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def self.target_options
desc: 'Allow remote scans with self-signed certificates (WinRM).'
option :json_config, type: :string,
desc: 'Read configuration from JSON file (`-` reads from stdin).'
option :proxy_command, type: :string,
desc: 'Specifies the command to use to connect to the server'
end

def self.profile_options
Expand Down

0 comments on commit 3182ffe

Please sign in to comment.