mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
adf25ae783
Users cannot query for registry keys that have periods in them because of how rspec-its works. This change enables Array-style syntax for the registry_key resource so users can use that as a workaround. Signed-off-by: Adam Leff <adam@leff.co>
10 lines
203 B
Text
10 lines
203 B
Text
{
|
|
"Start": {
|
|
"value": 2,
|
|
"type": 4
|
|
},
|
|
"key.with.period": {
|
|
"value": 12345,
|
|
"type": 4
|
|
}
|
|
}
|