inspec/test/fixtures/config_dirs/reporter_plugin/plugins.json

11 lines
270 B
JSON
Raw Normal View History

{
"plugins_config_version" : "1.0.0",
"plugins": [
{
"name": "inspec-reporter-test-fixture",
"installation_type": "path",
"installation_path": "test/fixtures/plugins/inspec-reporter-test-fixture/lib/inspec-reporter-test-fixture.rb"
}
]
}