Skip to content

update semgrep config with full details #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add link to semgrep rules docs
  • Loading branch information
alexcoderabbitai committed Oct 14, 2024
commit e7b92fc4537bdf700e3adcc487f1d52bcbdcce54
5 changes: 3 additions & 2 deletions docs/tools/semgrep.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ Semgrep supports the following config files:

> Due to licensing it doesn't ship with the
> [community-created Semgrep rules](https://github.com/returntocorp/semgrep-rules),
> but you're free to use these in your own project.
> but you're free to use these in your own `semgrep.yml` config file.

> **NOTE: CodeRabbit will only run Semgrep if your repository contains a Semgrep
> config file. In addition you must also define the path to this file in
> `.coderabbit.yaml` or config UI.**

## Links

- [Semgrep Cli Reference](https://semgrep.dev/docs/cli-reference)
- [Semgrep CLI Reference](https://semgrep.dev/docs/cli-reference)
- [Writing Semgrep Rules for Config Files](https://semgrep.dev/docs/running-rules)

## Files

Expand Down