Skip to content

Commit

Permalink
Update dojo/tools/hcl_asoc_sast/parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cneill authored Jan 23, 2025
1 parent 4a9644d commit 40eed42
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 @@ -56,7 +56,7 @@ def get_findings(self, file, test):
description = description + "**Location:** " + location + "\n"
case "line":
line = int(self.xmltreehelper(item).strip())
description = description + "***Line:" + str(line) + "\n"
description = description + "**Line:** " + str(line) + "\n"
case "threat-class":
threatclass = self.xmltreehelper(item)
description = description + "***Threat-Class:" + threatclass + "\n"
Expand Down

0 comments on commit 40eed42

Please sign in to comment.