Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Metadata

import type { Metadata } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Other properties of the build.

interface Metadata {
buildFinishedOn?: Date;
buildInvocationId?: string;
buildStartedOn?: Date;
completeness?: Completeness;
reproducible?: boolean;
}

§Properties

§
buildFinishedOn?: Date
[src]

The timestamp of when the build completed.

§
buildInvocationId?: string
[src]

Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec.

§
buildStartedOn?: Date
[src]

The timestamp of when the build started.

§
completeness?: Completeness
[src]

Indicates that the builder claims certain fields in this message to be complete.

§
reproducible?: boolean
[src]

If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.