You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/semgrep.md
+26-16Lines changed: 26 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,43 @@ sidebar_label: Semgrep
4
4
description: CodeRabbit's guide to Semgrep.
5
5
---
6
6
7
-
[Semgrep](https://semgrep.dev/) is a static analysis tool designed to scan code for security vulnerabilities and code quality issues..
7
+
[Semgrep](https://semgrep.dev/) is a static analysis tool designed to scan code
8
+
for security vulnerabilities and code quality issues.
Semgrep will run on the following files and extensions:
12
34
13
35
-`Apex`
14
-
-`Bash`
36
+
-`Bash`
15
37
-`.c`
16
38
-`.cpp`
17
39
-`.cs`
18
40
-`.clj`
19
41
-`.dart`
20
42
-`Dockerfile`
21
-
-`.ex`
43
+
-`.ex`
22
44
-`.html`
23
45
-`.go`
24
46
-`.java`
@@ -36,7 +58,7 @@ Semgrep will run on the following files and extensions:
36
58
-`.py`
37
59
-`.r`
38
60
-`.rb`
39
-
-`.rs`
61
+
-`.rs`
40
62
-`.scala`
41
63
-`Scheme`
42
64
-`.sol`
@@ -48,15 +70,3 @@ Semgrep will run on the following files and extensions:
48
70
-`.xml`
49
71
-`ERB`
50
72
-`Jinja`
51
-
52
-
## Configuration
53
-
54
-
Semgrep uses a YAML style configuration file.
55
-
56
-
Semgrep supports the following config files:
57
-
58
-
- User-defined config file set at `reviews.tools.semgrep.config_file` in your project's `.coderabbit.yaml` file or setting the "Review → Tools → Semgrep → Config File" field in CodeRabbit's settings page.
0 commit comments