Skip to content

Commit

Permalink
added pipfile.lock to socket globs (#34)
Browse files Browse the repository at this point in the history
* added pipfile.lock to socket globs
  • Loading branch information
flowstate authored Dec 5, 2024
1 parent 09995c3 commit f874edb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion socketsecurity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__author__ = 'socket.dev'
__version__ = '1.0.36'
__version__ = '1.0.37'
3 changes: 3 additions & 0 deletions socketsecurity/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
},
"setup.py": {
"pattern": "setup.py"
},
"pipfile.lock": {
"pattern": "pipfile.lock"
}
},
"golang": {
Expand Down

0 comments on commit f874edb

Please sign in to comment.