InSpec Shell
An interactive session that enables you to explore InSpec resources and controls on:
Your local workstation
A remote target
A local docker container
A cloud provider
To launch the session locally:
inspec shellTo see the resources InSpec provides:
help resourcesTo launch the session on an instance:
inspec shell -t ssh://user:password@hostinspec shell -t winrm://user:password@hostinspec shell -t docker://container_idinspec shell -t cloud://region-subscription
Last updated