Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
/ ts-spdx-upload Public archive

CLI tool to allow upload of SPDX files to TrustSource for further handling

License

Notifications You must be signed in to change notification settings

TrustSource/ts-spdx-upload

Repository files navigation

TrustSource SPDX import

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.

Installation

  • Clone repository
git clone https://github.com/TrustSource/ts-spdx-upload.git
  • Install using PIP from the local directory
pip3 install ./ts-spdx-upload 

Usage

Help

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. 

Prepare data without transfering

ts-spdx-import --skipTransfer <path to an SPDX file> 

Prepare data and transfer to the TrustSource application

ts-spdx-import --apiKey <KEY> --projectName <NAME> <path to an SPDX file> 

Questions & Support

Please see our support offering or checkout the knowledgebase for more information.

About

CLI tool to allow upload of SPDX files to TrustSource for further handling

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages