Warning
PLEASE NOTE: We stopped further development on this tool. You may still use it, but it will not supported anymore as such. Starting Q4/2024 we decided to focus all efforts on developing ts-scan, which also covers all capabilities of this solution.
- Clone repository
git clone https://github.com/TrustSource/ts-spdx-upload.git
- Install using PIP from the local directory
pip3 install ./ts-spdx-upload
ts-spdx-import --help
Usage: ts-spdx-import [OPTIONS] PATH
Options:
--apiKey TEXT API Key.
--projectName TEXT Project name.
--skipTransfer Skip transfer of results to the application.
--settingsFile TEXT Path to a settings file.
--outputFile TEXT Path to an output file.
--help Show this message and exit.
ts-spdx-import --skipTransfer <path to an SPDX file>
ts-spdx-import --apiKey <KEY> --projectName <NAME> <path to an SPDX file>
Please see our support offering or checkout the knowledgebase for more information.