From e39e84d34ca109cbc9745333eda7698dde9ec330 Mon Sep 17 00:00:00 2001 From: Yug Bhatia Date: Thu, 26 Feb 2026 19:11:39 +0530 Subject: [PATCH] Update .coderabbit.yaml --- .coderabbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index c3be87e..6d6dcd1 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -66,7 +66,7 @@ reviews: - path: "**/*.{yml,yaml}" instructions: | For Kubernetes-like manifests: require runAsNonRoot, readOnlyRootFilesystem, drop NET_RAW, set resource requests/limits, and avoid :latest tags. - + # TODO : Add more tools tools: ast-grep: essential_rules: true