Skip to content

Commit

Permalink
Update dojo/tools/hcl_asoc_sast/parser.py
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Neill <[email protected]>
  • Loading branch information
xpert98 and cneill authored Dec 19, 2024
1 parent ac0c66c commit 4a9644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/hcl_asoc_sast/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4a9644d

Please sign in to comment.