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

CloudRepoSourceContext

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

A CloudRepoSourceContext denotes a particular revision in a Google Cloud Source Repo.

interface CloudRepoSourceContext {
aliasContext?: AliasContext;
repoId?: RepoId;
revisionId?: string;
}

§Properties

§
aliasContext?: AliasContext
[src]

An alias, which may be a branch or tag.

§
repoId?: RepoId
[src]

The ID of the repo.

§
revisionId?: string
[src]

A revision ID.