diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index ac8d71d3ac..59bc36cad1 100644 --- a/providers/vsphere/config/config.go +++ b/providers/vsphere/config/config.go @@ -11,14 +11,16 @@ import ( var Config = plugin.Provider{ Name: "vsphere", ID: "go.mondoo.com/cnquery/providers/vsphere", - Version: "9.0.0", + Version: "9.0.1", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { Name: "vsphere", - Use: "vsphere", + Use: "vsphere user@host", Short: "VMware vSphere", Discovery: []string{}, + MinArgs: 1, + MaxArgs: 1, Flags: []plugin.Flag{ { Long: "ask-pass",