Package version:

Parameters to verify the authenticity of an OCI Artifact.

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

Properties

matchOidcIdentity?: (null | MatchOidcIdentityDefinition)[]

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

provider?: string

Verification provider name.

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

An object containing trusted public keys of trusted authors.