mirror of
https://github.com/inspec/inspec
synced 2024-12-19 01:23:50 +00:00
39b3b7135e
* Add audit integration testing. * Add some docs and feedback changes. * Updated integration task to use paramaters and clean it up. * Fix unit test Signed-off-by: Jared Quick <jquick@chef.io>
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"plugins_config_version" : "1.0.0",
|
|
"plugins": [
|
|
{
|
|
"name": "inspec-test-fixture"
|
|
},
|
|
{
|
|
"name": "inspec-meaning-of-life",
|
|
"installation_type": "path",
|
|
"installation_path": "test/unit/mock/plugins/meaning_of_life_path_mode/inspec-meaning-of-life"
|
|
}
|
|
]
|
|
}
|