Import Scans¶
[!NOTE] Required role:
developer,compliance_manager,manageroraccount_admin
The Import Scans page lets you upload an existing SBOM or scan result file directly into TrustSource — without setting up a CI/CD pipeline or connecting a repository.
When to use it¶
- You received an SBOM from a supplier and want to track its components.
- You ran a scanner locally and have a file to upload.
- You want to import a CycloneDX or SPDX document as a new scan.
- You are migrating data from another SCA tool.
How to import¶
- Navigate to Inbound → Import Scans.
- Select the target project and module — or create a new module on the fly.
- Choose the file format (auto-detected in most cases):
- CycloneDX (JSON/XML)
- SPDX (JSON/tag-value)
- TrustSource native format
- Upload the file.
- Click Import.
TrustSource processes the file, maps components to its knowledge base, and creates a new scan entry on the target module.
📸 Screenshot: the Import Scans page with file upload area and project/module selectors.
[!TIP] If you need to import scans regularly, consider setting up a CI/CD integration instead — it automates the process on every build.
Related¶
- CI/CD Scan — automated scan ingestion from build pipelines
- Mental Model — how scans relate to modules and projects