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

    Interface ReleaseGateControlEvidence

    interface ReleaseGateControlEvidence {
        control: ReleaseGateControlKind;
        evidenceRef: string;
        passed: boolean;
        reason: string;
    }
    Index
    evidenceRef: string
    passed: boolean
    reason: string