mirror of
https://github.com/inspec/inspec
synced 2024-12-01 00:49:24 +00:00
b1c2af209b
Signed-off-by: Ryan Davis <zenspider@chef.io>
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"plugins_config_version" : "1.0.0",
|
|
"plugins": [
|
|
{
|
|
"name": "inspec-test-fixture",
|
|
"version": "0.1.0"
|
|
},
|
|
{
|
|
"name": "inspec-meaning-of-life",
|
|
"installation_type": "path",
|
|
"installation_path": "test/fixtures/plugins/meaning_of_life_path_mode/inspec-meaning-of-life"
|
|
}
|
|
]
|
|
}
|