Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface SbomResult

    interface SbomResult {
        components: SbomComponent[];
        format: "CycloneDX-compatible";
        highRiskCount: number;
    }
    Index
    components: SbomComponent[]
    format: "CycloneDX-compatible"
    highRiskCount: number