Score any SBOM against the three major minimum-element frameworks — the question auditors and procurement teams keep asking. Each framework reports passed checks over total checks, plus an overall average.
sbomlyze image.json --compliance
sbomlyze before.json after.json --compliance--compliance --json includes the full report with per-check pass/fail detail; the HTML format embeds the compliance report into the report page.
{
"min_ntia_score": 85,
"min_cisa_score": 70,
"min_bsi_score": 80,
"min_overall_compliance": 75
}Setting any threshold triggers compliance evaluation without the --compliance flag, so a single policy file covers drift, licences, and completeness.