Prerequisites
Before you begin, make sure you have:- An existing GitHub repository
- A valid SCANOSS API key
Getting Started
Configure GitHub Secrets
Navigate to your GitHub repository and add the following secrets: Settings → Secrets and variables → Actions → New repository secret| Variable Name | Value |
|---|---|
| SCANOSS_API_KEY | xyz789… |
Create Workflow File
Create.github/workflows/scanoss.yml in your repository:
Commit and Push
Accessing SBOM Artifacts
After your workflow completes, the SBOM is available as a downloadable artifact:- Navigate to Actions in your repository
- Select the latest workflow run
- Scroll to the Artifacts section at the bottom
- Download the complete SBOM in your desired format
