inspec/lib/bundles/inspec-compliance
2016-02-22 11:24:36 +01:00
..
api.rb move plugin to bundles 2016-02-05 14:48:55 +01:00
cli.rb fix detection with new profile/runner scheme 2016-02-22 11:24:36 +01:00
configuration.rb inspec-compliance: ensure file permissions when saving config 2016-02-17 10:46:06 +01:00
README.md move plugin to bundles 2016-02-05 14:48:55 +01:00
target.rb simplify url-construction of inspec-compliance 2016-02-18 14:25:55 +01:00

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 login user password - authentication 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