mirror of
https://github.com/inspec/inspec
synced 2024-11-30 16:39:20 +00:00
18 lines
377 B
JSON
18 lines
377 B
JSON
|
{
|
||
|
"plugins_config_version" : "1.0.0",
|
||
|
"plugins": [
|
||
|
{
|
||
|
"name": "inspec-test-fixture-00"
|
||
|
},
|
||
|
{
|
||
|
"name": "inspec-test-fixture-01",
|
||
|
"installation_type": "gem",
|
||
|
"version": "0.2.0"
|
||
|
},
|
||
|
{
|
||
|
"name": "inspec-test-fixture-02",
|
||
|
"installation_type": "path",
|
||
|
"installation_path": "/somewhere/on/disk/lib/entrypoint.rb"
|
||
|
}
|
||
|
]
|
||
|
}
|