Skip to content

Commit 4fc120b

Browse files
committed
Fixing the no workspace specified
1 parent 73cd951 commit 4fc120b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.2.75"
9+
version = "2.2.76"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.2.75'
2+
__version__ = '2.2.76'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

socketsecurity/socketcli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)