This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from mitre/csv_attestation
- Loading branch information
Showing
6 changed files
with
132 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "The routine review through interview/examination attests to this control passing", | ||
"frequency": "annually", | ||
"status": "passed", | ||
"updated": "2021-04-06", | ||
"updated_by": "John Doe, ISSO" | ||
}, | ||
{ | ||
"control_id": "test-control-2", | ||
"explanation": "The routine review through interview/examination attests to this control passing", | ||
"frequency": "semiannually", | ||
"status": "passed", | ||
"updated": "2021-04-06", | ||
"updated_by": "John Doe, ISSO" | ||
} | ||
] | ||
} | ||
}, | ||
"version": "1.2" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters