One scanner integrating several capabilities across different environments.
ts-scan
The open-source scanner for Software Composition Analysis. Detects all direct and transitive dependencies from your build system and generates a precise SBOM — automated in your CI/CD pipeline.
At a Glance
The Challenge
Modern software consists of 80–90% open-source components. Without an exact inventory, you don't know which licences apply, which vulnerabilities exist and whether your software meets regulatory requirements.
How ts-scan Works
ts-scan analyses the native lockfiles and build configurations of your project. It works with the package manager, not against it — delivering precise results without additional configuration.
Detected dependencies are submitted as a bill of materials (SBOM) to the TrustSource platform, where they are checked against vulnerability databases, licence policies and regulatory requirements.
Installation
pip install ts-scan Docker images and from-source builds are documented in the repository.