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

    Interface SupplyChainPostureReport

    interface SupplyChainPostureReport {
        components: SupplyChainComponentPosture[];
        generatedTs: number;
        ok: boolean;
        policy: {
            allowedSources: string[];
            failOnKnownVulnerabilities: boolean;
            failOnUnknownVulnerabilityState: boolean;
            policyId: string;
        };
        reasons: string[];
        reportHash: string;
        summary: SupplyChainPostureSummary;
        v: 1;
    }
    Index
    generatedTs: number
    ok: boolean
    policy: {
        allowedSources: string[];
        failOnKnownVulnerabilities: boolean;
        failOnUnknownVulnerabilityState: boolean;
        policyId: string;
    }
    reasons: string[]
    reportHash: string
    v: 1