inspec/lib/plugins/inspec-init
Stuart Paterson 3f1ed29af8 Address PR feedback, add a comment to inspec.yml.
Signed-off-by: Stuart Paterson <spaterson@chef.io>
2019-04-08 14:30:21 -04:00
..
lib Moved the AWS init profile to the correct location. 2019-02-20 15:16:11 +00:00
templates Address PR feedback, add a comment to inspec.yml. 2019-04-08 14:30:21 -04:00
test/functional Add InSpec init profile for Azure. 2019-03-04 15:32:31 +00:00
README.md Move inspec init to v2 plugins (#3407) 2018-09-18 15:54:33 -04:00

InSpec Extension to create new profiles

This extensions helps you to easily create a new profile

Usage

$ inspec init profile examples/new-profile
Create new profile at /Users/chartmann/Development/compliance/inspec/examples/new-profile
  * Create directory controls
  * Create file controls/example.rb
  * Create file inspec.yml
  * Create directory libraries
  * Create file README.md
  * Create file libraries/.gitkeep

$ inspec check examples/new-profile
Summary
-------
Location: examples/new-profile
Profile: examples/new-profile
Controls: 2
Timestamp: 2016-05-06T14:39:47+02:00
Valid: true

Errors
------

Warnings
--------