Skip to content

Commit

Permalink
Update parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
testaccount90009 committed May 13, 2024
1 parent 49e5195 commit 2ed566b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/asff/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_findings(self, file, test):
if item.get("Resources"):
description = "This is a Security Hub Finding \n" + item.get("Description", "") + "\n"
description += "\n" + item.get("Resources", {}).get("Id", "")
else
else:
description = item.get("Description")

finding = Finding(
Expand Down

0 comments on commit 2ed566b

Please sign in to comment.