inspec/lib/plugins/inspec-init
Collin McNeese 9da7a7338d
updates aws profile init to use inputs instead of attributes
Signed-off-by: Collin McNeese <cmcneese@chef.io>
2021-03-17 09:19:11 -05:00
..
lib Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
templates updates aws profile init to use inputs instead of attributes 2021-03-17 09:19:11 -05:00
test/functional Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05: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
--------