mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
b1c2af209b
Signed-off-by: Ryan Davis <zenspider@chef.io>
22 lines
552 B
JSON
22 lines
552 B
JSON
{
|
|
"plugins_config_version" : "1.0.0",
|
|
"plugins": [
|
|
{
|
|
"name": "inspec-test-plugin-gem",
|
|
"installation_type": "gem",
|
|
"version": "0.1.0"
|
|
},
|
|
{
|
|
"name": "inspec-test-plugin-path",
|
|
"installation_type": "path",
|
|
"installation_path": "test/fixtures/plugins/inspec-test-plugin-path",
|
|
"version": "0.1.0"
|
|
},
|
|
{
|
|
"name": "inspec-test-home-marker",
|
|
"installation_type": "path",
|
|
"installation_path": "test/fixtures/plugins/inspec-test-home-marker",
|
|
"version": "0.1.0"
|
|
}
|
|
]
|
|
}
|