inspec/test/unit/mock/config_dirs/test-fixture-1-float/plugins.json

14 lines
298 B
JSON
Raw Normal View History

{
"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"
}
]
}