Skip to content

Commit

Permalink
fix scansemgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed May 6, 2024
1 parent c382cf9 commit 28e8db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchwork/steps/ScanSemgrep/ScanSemgrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run(self) -> dict:

cmd = [
"semgrep",
self.extra_args.split(),
*self.extra_args.split(),
str(cwd),
"--sarif",
]
Expand Down

0 comments on commit 28e8db9

Please sign in to comment.