mirror of
https://github.com/inspec/inspec
synced 2024-12-19 01:23:50 +00:00
14 lines
200 B
JSON
14 lines
200 B
JSON
|
{
|
||
|
"version": "1.1",
|
||
|
"cli_options": {
|
||
|
"target_id": "from-mock-credset-config-file"
|
||
|
},
|
||
|
"credentials": {
|
||
|
"mock": {
|
||
|
"mycredset": {
|
||
|
"a_setting": "a_value"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|