diff --git a/dojo/tools/hcl_asoc_sast/parser.py b/dojo/tools/hcl_asoc_sast/parser.py index 72b8e23229..5f99082d46 100644 --- a/dojo/tools/hcl_asoc_sast/parser.py +++ b/dojo/tools/hcl_asoc_sast/parser.py @@ -47,7 +47,7 @@ def get_findings(self, file, test): cwe = int(self.xmltreehelper(item)) case "issue-type": title = self.xmltreehelper(item).strip() - description = description + "***Issue-Type:" + title + "\n" + description = description + "**Issue-Type:** " + title + "\n" case "issue-type-name": title = self.xmltreehelper(item).strip() description = description + "***Issue-Type-Name:" + title + "\n"