Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Feb 12, 2024
1 parent d06cdc9 commit 8a16652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/awssecurityhub/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_item(finding: dict, test):
mitigations = finding.get("FindingProviderFields", {}).get("Types")
for mitigate in mitigations:
mitigation += mitigate + "\n"
mitigation += "https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_finding-types-active.html"
mitigation += "https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_finding-types-active.html"
active = True
if finding.get("RecordState") == "ACTIVE":
is_Mitigated = False
Expand Down

0 comments on commit 8a16652

Please sign in to comment.