From ad6c7f2c8f5e7ac4b1ca4d8a9aaf113569558d0b Mon Sep 17 00:00:00 2001 From: Vasu1105 Date: Thu, 23 Jun 2022 14:03:25 +0530 Subject: [PATCH] Adds --podman-url option accepts path to Podman API endpoint Signed-off-by: Vasu1105 --- lib/inspec/base_cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/inspec/base_cli.rb b/lib/inspec/base_cli.rb index b88486d92..f876af6f8 100644 --- a/lib/inspec/base_cli.rb +++ b/lib/inspec/base_cli.rb @@ -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