From b2ad6d6ef384b79e50aa2cfa0ef7d2ac532f461b Mon Sep 17 00:00:00 2001 From: Tomas Gonzalez Date: Wed, 22 Apr 2026 16:53:58 -0400 Subject: [PATCH] chunked upload for blind scans --- workbench-agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench-agent.py b/workbench-agent.py index 9087db5..b2a33f9 100755 --- a/workbench-agent.py +++ b/workbench-agent.py @@ -1390,7 +1390,7 @@ def main(): if params.blind_scan: # Upload temporary file with blind scan hashes print("Parsed path: ", params.path) - workbench.upload_files(params.scan_code, blind_scan_result_path) + workbench.upload_files(params.scan_code, blind_scan_result_path, params.chunked_upload) # delete .fossid file containing hashes (after upload to scan) if os.path.isfile(blind_scan_result_path):