somethingwithproof/Validate SBOM
Validate SBOM files against official CycloneDX and SPDX JSON schemas
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-file | Path to SBOM file to validate | yes | — |
| format | SBOM format: cyclonedx, spdx, or auto (detect from file) | no | auto |
| version | Spec version (e.g. 1.5, 2.3) or auto (detect from file) | no | auto |
Outputs
| name | description |
|---|---|
| valid | Whether the SBOM is valid (true/false) |
| format | Detected SBOM format (cyclonedx or spdx) |
| spec-version | Detected spec version |
| error-count | Number of validation errors |