Package version:

Parameters to verify the authenticity of an OCI Artifact.

interface VerifyPatchDefinition {
    matchOidcIdentity?: (null | MatchOidcIdentityPatchDefinition)[];
    provider?: string;
    verificationConfig?: {
        [propertyName: string]: string;
    };
}

Properties

matchOidcIdentity?: (null | MatchOidcIdentityPatchDefinition)[]

Array defining the criteria for matching the OIDC identity while verifying an OCI artifact.

provider?: string

Verification provider name.

verificationConfig?: {
    [propertyName: string]: string;
}

An object containing trusted public keys of trusted authors.