diff --git a/dojo/tools/hcl_asoc_sast/parser.py b/dojo/tools/hcl_asoc_sast/parser.py index 729f1a592f5..77ffdf21bb7 100644 --- a/dojo/tools/hcl_asoc_sast/parser.py +++ b/dojo/tools/hcl_asoc_sast/parser.py @@ -70,7 +70,7 @@ def get_findings(self, file, test): case "cause-id": causeid = self.xmltreehelper(item) title += "_" + causeid.strip() - description = description + "***Cause-Id:" + causeid + "\n" + description = description + "**Cause-Id:** " + causeid + "\n" case "element": element = self.xmltreehelper(item) description = description + "***Element:" + element + "\n"