inspec/examples/inheritance
Dominik Richter 7e569669aa introduce dependency resolution
This commit is the foundation of the dependency resolution as described in https://github.com/chef/inspec/issues/888 .

It currently only works with local dependencies, as seen in the example inheritance profile.

Tests and full resolution are coming next on the path to an MVP implementation.
2016-08-10 22:41:32 +02:00
..
controls update gordon with a bit of ruby and update README 2016-03-24 21:50:47 +01:00
inspec.yml introduce dependency resolution 2016-08-10 22:41:32 +02:00
README.md add exmaple inheritance profile 2016-03-08 14:36:09 +01:00

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