SourceProvenance
import type { SourceProvenance } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";
Provenance of the source. Ways to find the original source, or verify that some source was used for this build.
interface SourceProvenance {
gitUri?: string;
resolvedRepoSource?: RepoSource;
resolvedStorageSource?: StorageSource;
}§Properties
§
resolvedRepoSource?: RepoSource
[src]A copy of the build's source.repo_source
, if exists, with any revisions
resolved.
§
resolvedStorageSource?: StorageSource
[src]A copy of the build's source.storage_source
, if exists, with any
generations resolved.