inspec/lib/bundles/inspec-supermarket
2016-03-06 15:07:12 +01:00
..
api.rb make supermarket command more robust 2016-03-01 13:26:36 +01:00
cli.rb unify exec options 2016-03-06 15:07:12 +01:00
README.md implement supermarket extension 2016-02-08 20:06:07 +01:00
target.rb migrate inspec-supermarket target to fetcher 2016-02-22 12:06:37 +01:00

InSpec Extension for Chef Supermarket

To use the CLI, this InSpec add-on adds the following commands:

  • $ inspec supermarket configure - configures the supermarket server
  • $ inspec supermarket search - searches for a compliance profile on supermarket
  • $ inspec supermarket exec nathenharvey/tmp-compliance-profile - extends execute to load the profile

Compliance profiles from Supermarket can be executed in two mays:

  • via supermarket exec: inspec supermarket exec nathenharvey/tmp-compliance-profile
  • via supermarket scheme: inspec exec supermarket://nathenharvey/tmp-compliance-profile