SBOM & License Review Checklist
Inputs
- SBOM (
artifacts/sbom.jsonand/orsbom-image.json) - License scan summary (
artifacts/license-scan.txt) - Release candidate image reference
Steps
- SBOM presence — SBOM exists for source and image; includes versions and package types.
- Top dependencies — Spot-check top 10 packages: versions pinned, no obvious abandonware.
- Vuln cross-check — Ensure Trivy High/Critical addressed or time-boxed via exception.
- License policy — Confirm no DISALLOWED licenses; attach approve/deny notes if any edge cases.
- Provenance (if used) — Verify Cosign signature bundle present and verifies.
- Document — Reviewer, date, outcome, links to PRs/exceptions.
Release gate (pass if…)
- SBOM present and parsable
- No DISALLOWED licenses
- No unaddressed High/Critical vulns in RC
Reviewer: ____________ Date: ____________ Outcome: Pass / Block / Defer