inspec/test/unit/mock/files/policyfile.lock.json

13 lines
105 B
JSON
Raw Normal View History

2015-09-21 07:51:00 +00:00
{
"name": "demo",
"run_list": [
2015-10-27 14:37:01 +00:00
"a",
"b"
2015-09-21 07:51:00 +00:00
],
2015-10-27 14:37:01 +00:00
"x": {
"y": {
"z": 123
2015-09-21 07:51:00 +00:00
}
}
}