File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
77[project ]
88name = " socketsecurity"
9- version = " 2.2.75 "
9+ version = " 2.2.76 "
1010requires-python = " >= 3.10"
1111license = {"file" = " LICENSE" }
1212dependencies = [
Original file line number Diff line number Diff line change 11__author__ = 'socket.dev'
2- __version__ = '2.2.75 '
2+ __version__ = '2.2.76 '
33USER_AGENT = f'SocketPythonCLI/{ __version__ } '
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ def main_code():
465465 set_as_pending_head = is_default_branch ,
466466 tmp = False ,
467467 scan_type = 'socket_tier1' if config .reach else 'socket' ,
468- workspace = config .workspace or None ,
468+ workspace = config .workspace or "" ,
469469 )
470470
471471 params .include_license_details = not config .exclude_license_details
You can’t perform that action at this time.
0 commit comments