add standalone notice and remove filename pattern for controls

This commit is contained in:
Dominik Richter 2015-12-28 12:29:24 +01:00
parent 95382b5363
commit e5d424674c

View file

@ -2,7 +2,7 @@
InSpec Profiles InSpec Profiles
===================================================== =====================================================
InSpec supports the creation of complex test and compliance profiles, which organize controls to support dependency management and code re-use. InSpec supports the creation of complex test and compliance profiles, which organize controls to support dependency management and code re-use. These profiles are standalone structures with their own distribution and execution flow.
InSpec profile structure InSpec profile structure
----------------------------------------------------- -----------------------------------------------------
@ -15,8 +15,8 @@ To create a new profile just place the files according to the following structur
examples/profile examples/profile
├── README.md ├── README.md
├── controls ├── controls
│   ├── example_spec.rb │   ├── example.rb
│   └── gordon_spec.rb │   └── gordon.rb
├── libraries ├── libraries
│   └── gordon_config.rb │   └── gordon_config.rb
└── inspec.yml └── inspec.yml