diff --git a/dojo/tools/hcl_asoc_sast/parser.py b/dojo/tools/hcl_asoc_sast/parser.py index 71fca16921..9267b6ce04 100644 --- a/dojo/tools/hcl_asoc_sast/parser.py +++ b/dojo/tools/hcl_asoc_sast/parser.py @@ -53,7 +53,7 @@ def get_findings(self, file, test): description = description + "**Issue-Type-Name:** " + title + "\n" case "source-file": location = self.xmltreehelper(item).strip() - description = description + "***Location:" + location + "\n" + description = description + "**Location:** " + location + "\n" case "line": line = int(self.xmltreehelper(item).strip()) description = description + "***Line:" + str(line) + "\n"