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

BuildNote

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

Note holding the version of the provider's builder and the signature of the provenance message in the build details occurrence.

interface BuildNote {
builderVersion?: string;
}

§Properties

§
builderVersion?: string
[src]

Required. Immutable. Version of the builder which produced this build.