Skip to content

Commit f586f69

Browse files
committed
Removed unneeded full scann processing
1 parent df031a1 commit f586f69

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-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.1.8"
9+
version = "2.1.9"
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,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.1.8'
2+
__version__ = '2.1.9'

socketsecurity/core/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,6 @@ def create_new_diff(
651651
try:
652652
new_scan_start = time.time()
653653
new_full_scan = self.create_full_scan(files_for_sending, params)
654-
new_full_scan.sbom_artifacts = self.get_sbom_data(new_full_scan.id)
655654
new_scan_end = time.time()
656655
log.info(f"Total time to create new full scan: {new_scan_end - new_scan_start:.2f}")
657656
except APIFailure as e:

0 commit comments

Comments
 (0)