inspec/examples/profile-attribute/README.md

15 lines
299 B
Markdown
Raw Normal View History

2016-05-07 11:04:22 +00:00
# Example InSpec Profile with Attributes
This profile uses InSpec attributes to parameterize a profile.
2016-05-07 18:17:09 +00:00
## Usage
```
$ inspec exec examples/profile-attribute --attrs examples/profile-attribute.yml
....
Finished in 0.00178 seconds (files took 0.48529 seconds to load)
4 examples, 0 failures
```