mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
add standalone notice and remove filename pattern for controls
This commit is contained in:
parent
95382b5363
commit
e5d424674c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue