mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update README links to the examples directory
This commit is contained in:
parent
4192dedd14
commit
63bb8160a3
1 changed files with 5 additions and 1 deletions
|
@ -112,7 +112,11 @@ describe yaml('.kitchen.yml') do
|
|||
end
|
||||
```
|
||||
|
||||
Also have a look at our [example](https://github.com/chef/inspec/tree/master/examples/test-kitchen) that uses `inspec` in combination with `test-kitchen`
|
||||
Also have a look at our examples for:
|
||||
- [Usiing inspec with test-kitchen & chef](https://github.com/chef/inspec/tree/master/examples/kitchen-chef)
|
||||
- [Using inspec with test-kiitchen & puppet](https://github.com/chef/inspec/tree/master/examples/kitchen-puppet)
|
||||
- [Using inspec with test-kitchen & ansible](https://github.com/chef/inspec/tree/master/examples/kitchen-ansible)
|
||||
- [Implementing an InSpec profile](https://github.com/chef/inspec/tree/master/examples/profile)
|
||||
|
||||
## Command Line Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue