mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
14 lines
299 B
Markdown
14 lines
299 B
Markdown
# Example InSpec Profile with Attributes
|
|
|
|
This profile uses InSpec attributes to parameterize a profile.
|
|
|
|
## 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
|
|
|
|
```
|