mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
857b9bb11c
* Unit tests passing for loading Train plugins * detect works with a train test fixture * Update fixture install of train-fixture-plugin * Add functional tests for detect and shell when talking to a train plugin backend * Update docs to reflect availability of Train plugins * Functional test for install train plugin from path * Working install train plugin from path, more tests for installing from odd locations * PR Feedback Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
8 lines
No EOL
107 B
JSON
8 lines
No EOL
107 B
JSON
{
|
|
"plugins_config_version" : "1.0.0",
|
|
"plugins": [
|
|
{
|
|
"name": "train-test-fixture"
|
|
}
|
|
]
|
|
} |