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 8020b1a commit 5adc963Copy full SHA for 5adc963
1 file changed
.coderabbit.yaml
@@ -0,0 +1,13 @@
1
+# CodeRabbit Configuration
2
+# Inherits from: https://github.com/host-uk/coderabbit/.coderabbit.yaml
3
+
4
+reviews:
5
+ review_status: false
6
7
+ path_instructions:
8
+ - path: "**/Dockerfile*"
9
+ instructions: "Check for security best practices, multi-stage builds, and pinned versions"
10
+ - path: "**/*.yml"
11
+ instructions: "Ansible/Docker Compose - validate syntax and idempotency"
12
+ - path: "**/*.sh"
13
+ instructions: "Shell scripts - check for shellcheck compliance and proper error handling"
0 commit comments