From f874edb2804c0d4ecfe88118c4bd97e5ed717b18 Mon Sep 17 00:00:00 2001 From: Eric Hibbs Date: Thu, 5 Dec 2024 14:20:45 -0800 Subject: [PATCH] added pipfile.lock to socket globs (#34) * added pipfile.lock to socket globs --- socketsecurity/__init__.py | 2 +- socketsecurity/core/__init__.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index 9a1ba0c..3b32376 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,2 +1,2 @@ __author__ = 'socket.dev' -__version__ = '1.0.36' +__version__ = '1.0.37' 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": {