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 2e1ed11 commit c88ea52
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 @@ -76,7 +76,7 @@ def get_findings(self, file, test):
description = description + "**Element:** " + element + "\n"
case "element-type":
elementtype = self.xmltreehelper(item)
description = description + "***ElementType:" + elementtype + "\n"
description = description + "**ElementType:** " + elementtype + "\n"
case "variant-group":
variantgroup = item.iter()
description = description + "***Call Trace:" + "\n"
Expand Down

0 comments on commit c88ea52

Please sign in to comment.