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

Commit

Permalink
Add template files
Browse files Browse the repository at this point in the history
Signed-off-by: Rony Xavier <[email protected]>
  • Loading branch information
Rony Xavier committed Apr 6, 2021
1 parent 3e722b2 commit 71fddd4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions templates/attestations.config.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"plugins": {
"inspec-reporter-json-hdf": {
"include-attestations-file": {
"path": "./attestations.xlsx",
"type": "xlsx"
},
"attestations": [
{
"control_id": "test-control-1",
"explanation": "Non-expired Status passed",
"frequency": "annually",
"status": "passed",
"updated": "2021-04-06",
"updated_by": "John Doe, ISSO"
},
{
"control_id": "test-control-2",
"explanation": "Non-expired Status passed",
"frequency": "semiannually",
"status": "passed",
"updated": "2021-04-06",
"updated_by": "John Doe, ISSO"
}
]
}
},
"version": "1.2"
}
Binary file added templates/attestations.template.xlsx
Binary file not shown.

0 comments on commit 71fddd4

Please sign in to comment.