diff --git a/checks/check_patching_sla.py b/checks/check_patching_sla.py index efa0ce9..857a613 100644 --- a/checks/check_patching_sla.py +++ b/checks/check_patching_sla.py @@ -13,7 +13,7 @@ "CODEOWNERS", "go.mod", "go.sum", - "requirements.txt", + "requirements.*", "package.json", "package-lock.json", "pkg.config.json", @@ -108,4 +108,4 @@ def check_patching_sla(): if __name__ == "__main__": if not check_patching_sla(): - exit(1) \ No newline at end of file + exit(1)