File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
7
7
[project ]
8
8
name = " socketsecurity"
9
- version = " 2.1.8 "
9
+ version = " 2.1.9 "
10
10
requires-python = " >= 3.10"
11
11
license = {"file" = " LICENSE" }
12
12
dependencies = [
Original file line number Diff line number Diff line change 1
1
__author__ = 'socket.dev'
2
- __version__ = '2.1.8 '
2
+ __version__ = '2.1.9 '
Original file line number Diff line number Diff line change @@ -651,7 +651,6 @@ def create_new_diff(
651
651
try :
652
652
new_scan_start = time .time ()
653
653
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 )
655
654
new_scan_end = time .time ()
656
655
log .info (f"Total time to create new full scan: { new_scan_end - new_scan_start :.2f} " )
657
656
except APIFailure as e :
You can’t perform that action at this time.
0 commit comments