CLI Commands

cnspec providers

Manage cnspec providers that add connectivity to infrastructure assets such as cloud platforms, SaaS services, and operating systems.

Providers are plugins that give cnspec the ability to connect to and scan different types of infrastructure, such as cloud platforms (AWS, Azure, GCP), operating systems, SaaS services, and more. Use these subcommands to list installed providers or manually install specific ones. By default, cnspec automatically installs the required providers when you run a scan.

cnspec providers [flags]

Options

  -h, --help   help for providers

Options inherited from parent commands

      --api-proxy string   Set the proxy for communications with Mondoo Platform API
      --auto-update        Enable automatic provider installation and update (default true)
      --config string      Set config file path (default $HOME/.config/mondoo/mondoo.yml)
      --log-level string   Set the log level: error, warn, info, debug, trace (default "info")
  -v, --verbose            Enable verbose output

SEE ALSO

On this page