SBOM Workbench
What is the SCANOSS SBOM Workbench?
The SCANOSS SBOM Workbench is a graphical user interface tool for scanning and auditing source code and generating SBOMs.How do I configure API keys in SBOM Workbench?
- Go to File > Settings > API Connections.
- Add your API key and Knowledge Base URL.
- Restart the application completely.
- Ensure the key is valid and not expired.
- Confirm the URL format is correct (e.g.
https://api.scanoss.com).
Why can I not export or import projects in SBOM Workbench?
For export issues:- Check write permissions.
- Ensure sufficient disk space.
- Verify the file is not corrupted (SBOM Workbench will report validation errors during import).
- Confirm version compatibility.
How can I integrate SBOM Workbench with CI/CD pipelines?
SBOM Workbench is a GUI tool and is not designed for direct CI/CD integration. For pipeline use, consider:scanoss-pyscanoss.jsgha-code-scan- Jenkins or Azure DevOps integrations
Why am I seeing an error with remote file access in SBOM Workbench?
Check internet connectivity, repository accessibility, and authentication credentials for private repositories.SCANOSS.PY
What is SCANOSS.PY?
The SCANOSS Python package for interacting with SCANOSS APIs and the engine. How do I install SCANOSS.PY?How do I scan a project with scanoss.py?
How do I exclude files or directories from scanning?
Create a.scanossignore file using .gitignore syntax.
Why does a scan hang or take too long?
Possible causes include large codebases, network latency, or large dependency directories. Use.scanossignore to exclude irrelevant paths, increase timeout settings, or split scans into smaller modules.
Why does a scan fail with no clear error message?
Common causes include:- Not scanning from the project root.
- Network or firewall blocking API access.
- Version incompatibility.
Why are dependency files not detected during a scan?
Check:- Dependency files are located in the project root or standard directories.
- File names are exact (case-sensitive on Linux).
- The format is supported (npm, pip, Maven, Go modules, NuGet, etc.).
SCANOSS.JS
What is SCANOSS.JS?
The SCANOSS JavaScript/Node.js client library.How do I install SCANOSS.JS?
How do I integrate SCANOSS.JS into a Node.js project?
SCANOSS.JAVA
What is SCANOSS.JAVA?
The SCANOSS Java client library.How do I install SCANOSS.JAVA?
Maven:SCANOSS.CC (Code Compare)
What is SCANOSS.CC? A lightweight SCANOSS code comparison utility.How do I install SCANOSS.CC?
Can SCANOSS Code Compare support multiple SPDX licences?
Yes. It reports all detected SPDX identifiers.CI/CD Integrations
GitHub Actions
What is gha-code-scan?
The gha-code-scan GitHub Action enables automated SCANOSS scanning directly within GitHub workflows.How do I configure SCANOSS GitHub Actions?
Add the following to your workflow YAML:SonarQube
What is the SCANOSS integration with SonarQube? The SCANOSS SonarQube integration enhances SonarQube analysis with SCANOSS licence and vulnerability intelligence.How do I integrate SonarQube or SonarCloud with SCANOSS?
Add the following to your Sonar configuration:Why am I receiving certificate errors during SonarQube scans?
Possible causes include incomplete certificate chains, corporate proxies, or incorrect HTTPS configuration.Why is scan latency high during Sonar scans?
Optimise by excluding test and build directories, checking network bandwidth, or switching to an on-premise deployment.Jenkins
What is the SCANOSS integration with Jenkins? The SCANOSS Jenkins integration is a Jenkins plugin that enables SCANOSS scanning within CI pipelines.How do I integrate Jenkins with SCANOSS?
Add SCANOSS steps in your Jenkins pipeline to run scans and archive results. Refer to the repository for pipeline configuration examples.Azure DevOps
What is the SCANOSS integration with Azure DevOps?
The SCANOSS Azure DevOps extension enables SCANOSS scanning directly within Azure DevOps pipelines.How do I install ado-code-scan?
Add the SCANOSS task to your Azure pipeline configuration. Refer to the repository for full setup instructions.API & Authentication
How do I obtain an API key?
API keys are provided under commercial licences. Contact sales@scanoss.com or support@scanoss.com.Why is my API key not working or expired?
Check:- The key has not passed its expiry date.
- You are using the correct endpoint.
- There are no formatting errors (extra spaces, missing characters).
- Network connectivity to the API is available.
Why are the Knowledge Base URL and API key not working together?
Ensure the URL format is correct (e.g.https://api.scanoss.com), the API key is correctly formatted, and there are no network or firewall restrictions blocking access.
Why is no response object returned from the API?
Possible causes include API downtime, network issues, rate limiting, or an incorrectly formatted request payload.Where can I find the complete API documentation?
See the SCANOSS PAPI repository for the full API documentation.Can SCANOSS use a software name and version number to retrieve licence, copyright, and source location?
Yes. You can use the Component Search service to search by software name and retrieve licence and version-specific details using the component’s PURL (Package URL). A PURL uniquely identifies a specific package and version, allowing SCANOSS to return metadata including licence information and source repository location. Documentation:Licences
How are licences detected from open source software?
SCANOSS detects licences through:- Licence file detection
- SPDX headers
- Copyright statements
- Package metadata
- Knowledge Base matching
Why do multiple licences appear for the same component?
Open source components may be dual-licensed or contain files under different licences. SCANOSS reports all detected licences. Licence compliance decisions must be made internally according to your organisation’s policies.Why does a component such as musl show multiple licences?
Many open source projects are dual-licensed or contain mixed-licence files. SCANOSS reports all detected licences for transparency.What remediation options exist for undeclared licences?
SCANOSS provides technical visibility into detected components and licences. You may identify the upstream component, review official repository metadata, and document findings in your SBOM. SCANOSS does not provide legal advice — licence compliance decisions should be made internally or with appropriate legal counsel.Can specific copyleft licence findings be suppressed?
Yes. You may configure filtering rules inscanoss.json. Suppression affects reporting output only — it does not remove the underlying detection or alter legal obligations.
Can licensed dependency components be skipped?
Yes. You can configure exclusions inscanoss.json to omit certain paths from the generated BOM. This affects reporting only.
Vulnerabilities
Why are security vulnerabilities not appearing in my report?
Check:- Vulnerability scanning is enabled.
- Your API key includes vulnerability data access.
- You are using CycloneDX 1.4+ for vulnerability output.
- The component has known vulnerabilities in the database.
Why are vulnerabilities not showing in reports?
Ensure vulnerability scanning is enabled, your subscription includes vulnerability access, and the export format supports vulnerability fields.How do I obtain vulnerability information in CycloneDX reports?
Dependencies
What causes dependency analysis errors?
Common causes include connectivity failures, unsupported package managers, or malformed dependency files.Why is the package manager not captured?
Ensure supported package managers are used, file names are correct (case-sensitive on Linux), and files are in standard locations.SCANOSS Engine
What is the SCANOSS Engine?
The SCANOSS Engine is the core scanning engine and REST API implementation written in Go.What should I check if I encounter SCANOSS Engine installation issues?
- Linux compatibility
- Minimum 8 GB RAM recommended
- Sufficient disk space
- Required build dependencies installed