Skip to content

Commit

Permalink
flix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
H4dr1en authored and christophetd committed Jul 3, 2023
1 parent 099f97e commit 8994e12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guarddog/reporters/sarif.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,8 @@ def report_verify_sarif(package_path: str, rule_names: list[str], scan_results:
return json.dumps(log, indent=2)



def report_scan_sarif(rule_names: list[str], scan_results: list[dict],
ecosystem: ECOSYSTEM) -> str:
ecosystem: ECOSYSTEM) -> str:
rules_documentation = build_rules_help_list()
rules = list(map(
lambda s: get_rule(s, rules_documentation),
Expand Down

0 comments on commit 8994e12

Please sign in to comment.