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

SourceContext

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

A SourceContext is a reference to a tree of files. A SourceContext together with a path point to a unique revision of a single file or directory.

interface SourceContext {
labels?: {
[key: string]: string;
}
;
}

§Properties

§

A SourceContext referring to a revision in a Google Cloud Source Repo.

§

A SourceContext referring to a Gerrit project.

§

A SourceContext referring to any third party Git repo (e.g., GitHub).

§
labels?: {
[key: string]: string;
}
[src]

Labels with user defined metadata.