Skip to content

Commit 8b04089

Browse files
authored
Eric/cus 48 try to detect truncated results in full scan results and (#42)
* detecting truncation, added errors, moved to SDK
1 parent 4658e41 commit 8b04089

File tree

5 files changed

+154
-154
lines changed

5 files changed

+154
-154
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
'prettytable',
1313
'GitPython',
1414
'packaging',
15+
'socket-sdk-python>=1.0.15,<2.0.0'
1516
]
1617
readme = "README.md"
1718
description = "Socket Security CLI for CI/CD"
@@ -45,4 +46,4 @@ include = [
4546
]
4647

4748
[tool.setuptools.dynamic]
48-
version = {attr = "socketsecurity.__version__"}
49+
version = {attr = "socketsecurity.__version__"}

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
socket-sdk-python>=1.0.15,<2.0.0
12
requests>=2.32.0
23
mdutils~=1.6.0
34
prettytable

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '1.0.41'
2+
__version__ = '1.0.42'

0 commit comments

Comments
 (0)