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

ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects

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

Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects {
location?: string;
paths?: string[];
}

§Properties

§
location?: string
[src]

Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.

§
paths?: string[]
[src]

Path globs used to match files in the build's workspace.

§

Output only. Stores timing information for pushing all artifact objects.