Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 71fddd4

Browse files
author
Rony Xavier
committed
Add template files
Signed-off-by: Rony Xavier <rxavier@mitre.org>
1 parent 3e722b2 commit 71fddd4

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"plugins": {
3+
"inspec-reporter-json-hdf": {
4+
"include-attestations-file": {
5+
"path": "./attestations.xlsx",
6+
"type": "xlsx"
7+
},
8+
"attestations": [
9+
{
10+
"control_id": "test-control-1",
11+
"explanation": "Non-expired Status passed",
12+
"frequency": "annually",
13+
"status": "passed",
14+
"updated": "2021-04-06",
15+
"updated_by": "John Doe, ISSO"
16+
},
17+
{
18+
"control_id": "test-control-2",
19+
"explanation": "Non-expired Status passed",
20+
"frequency": "semiannually",
21+
"status": "passed",
22+
"updated": "2021-04-06",
23+
"updated_by": "John Doe, ISSO"
24+
}
25+
]
26+
}
27+
},
28+
"version": "1.2"
29+
}
10.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)