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 f47ea31 commit 663af20
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 @@ -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"
Expand Down

0 comments on commit 663af20

Please sign in to comment.