This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,19 @@ for security vulnerabilities and code quality issues.
1111
1212Semgrep uses a YAML style configuration file.
1313
14- > Due to licensing it doesn't ship with the
15- > [ community-created Semgrep rules] ( https://github.com/returntocorp/semgrep-rules ) ,
16- > but you're free to use these in your own project.
17-
1814Semgrep supports the following config files:
1915
2016- User-defined config file set at ` reviews.tools.semgrep.config_file ` in your
2117 project's ` .coderabbit.yaml ` file or setting the "Review → Tools → Semgrep →
2218 Config File" field in CodeRabbit's settings page.
2319
24- > ** NOTE: If you do not set a config file in your ` .coderabbit.yaml ` or config
25- > UI then semgrep will not be run.**
20+ > Due to licensing it doesn't ship with the
21+ > [ community-created Semgrep rules] ( https://github.com/returntocorp/semgrep-rules ) ,
22+ > but you're free to use these in your own project.
23+
24+ > ** NOTE: CodeRabbit will only run Semgrep if your repository contains a Semgrep
25+ > config file. In addition you must also define the path to this file in
26+ > ` .coderabbit.yaml ` or config UI.**
2627
2728## Links
2829
You can’t perform that action at this time.
0 commit comments