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

    Interface SbomComponent

    Software Bill of Materials (SBOM) generator — CycloneDX-compatible format.

    interface SbomComponent {
        cveAlerts: string[];
        name: string;
        source: string;
        version: string;
    }
    Index
    cveAlerts: string[]
    name: string
    source: string
    version: string