From 5aae48deb3edc4d05047be743537a760bc153cfd Mon Sep 17 00:00:00 2001 From: Eric Hibbs Date: Thu, 5 Dec 2024 14:15:44 -0800 Subject: [PATCH] added pipfile.lock to socket globs --- socketsecurity/core/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/socketsecurity/core/__init__.py b/socketsecurity/core/__init__.py index 8dea47a..a27de59 100644 --- a/socketsecurity/core/__init__.py +++ b/socketsecurity/core/__init__.py @@ -116,6 +116,9 @@ }, "setup.py": { "pattern": "setup.py" + }, + "pipfile.lock": { + "pattern": "pipfile.lock" } }, "golang": {