mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
442 B
442 B
Example InSpec Profile
This example shows the use of InSpec profile inheritance.
Verify a profile
InSpec ships with built-in features to verify a profile structure.
$ inspec check examples/inheritance --profiles-path examples
Execute a profile
To run a profile on a local machine use inspec exec /path/to/profile
.
$ inspec exec examples/inheritance --profiles-path examples