File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,12 @@ for security vulnerabilities and code quality issues.
9
9
10
10
## Configuration
11
11
12
- Semgrep uses a YAML style configuration file.
12
+ Semgrep uses a YAML style configuration file. By default we will automatically
13
+ use the following files if any are set in the root directory of your
14
+ repostitory.
15
+
16
+ - ` semgrep.yml ` or ` semgrep.yaml `
17
+ - ` semgrep.config.yml ` or ` semgrep.config.yaml `
13
18
14
19
Semgrep supports the following config files:
15
20
@@ -22,8 +27,8 @@ Semgrep supports the following config files:
22
27
> but you're free to use these in your own ` semgrep.yml ` config file.
23
28
24
29
> ** 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.**
30
+ > config file. This config must use the default file names or you must define
31
+ > the path to this file in the ` .coderabbit.yaml ` or config UI.**
27
32
28
33
## Links
29
34
You can’t perform that action at this time.
0 commit comments