feat(sctm): add technical assessment section to control view - #227
Open
kevjablonski wants to merge 4 commits into
Open
feat(sctm): add technical assessment section to control view#227kevjablonski wants to merge 4 commits into
kevjablonski wants to merge 4 commits into
Conversation
- List CCIs mapped to each control - Display STIG checks associated with applicable CCIs - Include the status of each STIG check Signed-off-by: Kevin Jablonski <kevjablonski@gmail.com>
Signed-off-by: Kevin Jablonski <kevjablonski@gmail.com>
Signed-off-by: Kevin Jablonski <kevjablonski@gmail.com>
Signed-off-by: Kevin Jablonski <kevjablonski@gmail.com>
|
markcrivera
requested changes
Aug 18, 2026
Comment on lines
+22
to
+26
| 'pt-2 text-red-500': line.trim() === 'Open', | ||
| 'pt-2 text-green-500': line.trim() === 'NotAFinding', | ||
| 'pt-2 text-sky-500': line.trim() === 'Not_Applicable', | ||
| 'pt-2 text-amber-500': line.trim() === 'Not_Reviewed', | ||
| 'font-light text-black dark:text-gray-200': 


Summary
Adds a Technical Assessment section to the SCTM view so users can review the CCIs associated with each control and the corresponding STIG checks and implementation statuses.
Changes
Added
Testing
Related