Skip to content

JSON splitter

mkumykov edited this page Jun 16, 2020 · 5 revisions

Rationale

Large scans pose a problem for Blackduck in general. Scans may fail due to insufficient resources and can take uncertain amount of time to process. This utility allows to break it into manageable chunks while maintaining single project. Uploading one file at the time greatly reduces chances of failure.

Usage

python3 split_scan_grap_json.py Original_JSON_File

Program will generate a set of files named -xxxxxxxx.json

Note

Do not upload original file! JSON splitter processes JSON files generated with ScanGraph enabled.

Clone this wiki locally