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

ContaineranalysisGoogleDevtoolsCloudbuildV1Results

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

Artifacts created by the build pipeline.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1Results {
artifactManifest?: string;
buildStepImages?: string[];
buildStepOutputs?: Uint8Array[];
numArtifacts?: bigint;
}

§Properties

§
artifactManifest?: string
[src]

Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

§

Time to push all non-container artifacts to Cloud Storage.

§
buildStepImages?: string[]
[src]

List of build step digests, in the order corresponding to build step indices.

§
buildStepOutputs?: Uint8Array[]
[src]

List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders can produce this output by writing to $BUILDER_OUTPUT/output. Only the first 50KB of data is stored.

§

Container images that were built as a part of the build.

§

Maven artifacts uploaded to Artifact Registry at the end of the build.

§

Npm packages uploaded to Artifact Registry at the end of the build.

§
numArtifacts?: bigint
[src]

Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

§

Python artifacts uploaded to Artifact Registry at the end of the build.