Skip to content

Commit

Permalink
remove nosem comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sobregosodd committed Dec 30, 2024
1 parent 3c3c83f commit 596e9f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guarddog/analyzer/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def _invoke_semgrep(self, target: str, rules: Iterable[str]):
cmd.append("--no-git-ignore")
cmd.append("--json")
cmd.append("--quiet")
cmd.append("--disable-nosem")
cmd.append(f"--max-target-bytes={SEMGREP_MAX_TARGET_BYTES}")
cmd.append(target)
log.debug(f"Invoking semgrep with command line: {' '.join(cmd)}")
Expand Down

0 comments on commit 596e9f8

Please sign in to comment.