mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Adds --podman-url option accepts path to Podman API endpoint
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
1d05d080c6
commit
ad6c7f2c8f
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ module Inspec
|
||||||
desc: "Provides path to Docker API endpoint (Docker)"
|
desc: "Provides path to Docker API endpoint (Docker)"
|
||||||
option :ssh_config_file, type: :array,
|
option :ssh_config_file, type: :array,
|
||||||
desc: "A list of paths to the ssh config file, e.g ~/.ssh/config or /etc/ssh/ssh_config"
|
desc: "A list of paths to the ssh config file, e.g ~/.ssh/config or /etc/ssh/ssh_config"
|
||||||
|
option :podman_url, type: :string,
|
||||||
|
desc: "Provides path to Podman API endpoint"
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.profile_options
|
def self.profile_options
|
||||||
|
|
Loading…
Reference in a new issue