inspec/lib/bundles/inspec-init
Christoph Hartmann a6ef98c896 verifies that inspec.yml uses licenses in SPDX format
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2017-05-31 00:21:05 -05:00
..
templates/profile verifies that inspec.yml uses licenses in SPDX format 2017-05-31 00:21:05 -05:00
cli.rb implement workaround for thor 2016-08-18 20:50:49 +02:00
README.md update readme for bundles 2016-06-29 08:14:36 +02: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
--------