Skip to content

Commit

Permalink
add a control title next to contol ids for ccm version 4 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole authored Nov 26, 2022
1 parent e75093c commit 22dbd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/utils/external_project_parsers/ccmv4.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def parse_ccm(ccmFile: Dict[str, Any], cache: db.Node_collection):

ccm = defs.Standard(
name="Cloud Controls Matrix v4.0",
section=ccm_mapping.pop("Control ID"),
section=f'{ccm_mapping.pop("Control ID")}:{ccm_mapping.pop("Control Title")}',
subsection="",
version="v4.0",
hyperlink="",
Expand Down

0 comments on commit 22dbd56

Please sign in to comment.