Skip to content

Commit f874edb

Browse files
authored
added pipfile.lock to socket globs (#34)
* added pipfile.lock to socket globs
1 parent 09995c3 commit f874edb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '1.0.36'
2+
__version__ = '1.0.37'

Diff for: socketsecurity/core/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@
116116
},
117117
"setup.py": {
118118
"pattern": "setup.py"
119+
},
120+
"pipfile.lock": {
121+
"pattern": "pipfile.lock"
119122
}
120123
},
121124
"golang": {

0 commit comments

Comments
 (0)