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):