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

13 lines
105 B
JSON
Raw Normal View History

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