We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47148c commit 218a1ccCopy full SHA for 218a1cc
1 file changed
.coderabbit.yaml
@@ -0,0 +1,22 @@
1
+language: en-US
2
+reviews:
3
+ profile: assertive
4
+ request_changes_workflow: true
5
+ high_level_summary: true
6
+ poem: false
7
+ review_status: true
8
+ collapse_walkthrough: false
9
+ path_instructions:
10
+ - path: "*.py"
11
+ instructions: |
12
+ Review for security issues — validate all user inputs.
13
+ Check for proper error handling and logging.
14
+ - path: ".github/workflows/**"
15
16
+ Check for command injection via untrusted GitHub context variables.
17
+ Verify secrets are not exposed in logs.
18
+ - path: "Dockerfile"
19
20
+ Check for security best practices — non-root user, minimal base image.
21
+chat:
22
+ auto_reply: true
0 commit comments