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

ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage

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

An image built by the pipeline.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage {
digest?: string;
name?: string;
}

§Properties

§
digest?: string
[src]

Docker Registry 2.0 digest.

§
name?: string
[src]

Name used to push the container image to Google Container Registry, as presented to docker push.

§

Output only. Stores timing information for pushing the specified image.