From 0650b4b685aa32f1bdd42062d89cc906ebf2241e Mon Sep 17 00:00:00 2001 From: AkshithaRajavelDev Date: Fri, 14 Aug 2026 13:54:37 +0530 Subject: [PATCH] Add build.gradle to allowed file patterns --- checks/check_patching_sla.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checks/check_patching_sla.py b/checks/check_patching_sla.py index 857a613..0cb9a0d 100644 --- a/checks/check_patching_sla.py +++ b/checks/check_patching_sla.py @@ -24,7 +24,8 @@ "uv.lock", "Dockerfile*", "Makefile*", - "pnpm-lock.yaml" + "pnpm-lock.yaml", + "build.gradle" ] def is_file_allowed(file_path, allowed_patterns):