inspec/test/fixtures/config_dirs/reporter_plugin/plugins.json
Clinton Wolfe 63d95b6b6b Basics of a working reporter plugin system
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2020-05-01 23:48:05 -04:00

10 lines
270 B
JSON

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