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"
66
77[project ]
88name = " socketsecurity"
9- version = " 2.1.8 "
9+ version = " 2.1.9 "
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.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(
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 :
You can’t perform that action at this time.
0 commit comments