Adds --podman-url option accepts path to Podman API endpoint

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
Vasu1105 2022-06-23 14:03:25 +05:30
parent 1d05d080c6
commit ad6c7f2c8f

View file

@ -138,6 +138,8 @@ module Inspec
desc: "Provides path to Docker API endpoint (Docker)"
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"
option :podman_url, type: :string,
desc: "Provides path to Podman API endpoint"
end
def self.profile_options