Skip to content

Commit 218a1cc

Browse files
committed
chore: add CodeRabbit config
1 parent d47148c commit 218a1cc

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
instructions: |
16+
Check for command injection via untrusted GitHub context variables.
17+
Verify secrets are not exposed in logs.
18+
- path: "Dockerfile"
19+
instructions: |
20+
Check for security best practices — non-root user, minimal base image.
21+
chat:
22+
auto_reply: true

0 commit comments

Comments
 (0)