Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed Apr 12, 2024
1 parent 0969a5c commit 6b5ae2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions patchwork/steps/ExtractCode/ExtractCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ def transform_sarif_results(
if 0 < vulnerability_limit <= vulnerability_count:
return grouped_messages

return grouped_messages


class ExtractCode(Step):
required_keys = {"sarif_file_path"}
Expand Down

0 comments on commit 6b5ae2d

Please sign in to comment.