Sha256: 54be93a62e1a348c421932ed28e79f3087ab4a522f32c7689b44e633ea320f81
Contents?: true
Size: 983 Bytes
Versions: 3
Compression:
Stored size: 983 Bytes
Contents
# InSpec Extension for Chef Compliance This extensions offers the following features: - list available profiles in Chef Compliance - execute profiles directly from Chef Compliance locally - upload a local profile to Chef Compliance To use the CLI, this InSpec add-on adds the following commands: * `$ inspec compliance api_token server --token TOKEN --user USER` - save the Chef Compliance API token for user * `$ inspec compliance login` - authentication of the API token against Chef Compliance * `$ inspec compliance profiles` - list all available Chef Compliance profiles * `$ inspec compliance exec profile` - runs a Chef Compliance profile * `$ inspec compliance upload path/to/local/profile` - uploads a local profile to Chef Compliance * `$ inspec compliance logout` - logout of Chef Compliance Compliance profiles can be executed in two mays: - via compliance exec: `inspec compliance exec profile` - via compliance scheme: `inspec exec compliance://profile`
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
inspec-0.19.2 | lib/bundles/inspec-compliance/README.md |
inspec-0.19.1 | lib/bundles/inspec-compliance/README.md |
inspec-0.19.0 | lib/bundles/inspec-compliance/README.md |