Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 1.5 KB

ApiSource.md

File metadata and controls

13 lines (10 loc) · 1.5 KB

Grafeas::ApiSource

Properties

Name Type Description Notes
storage_source ApiStorageSource If provided, get the source from this location in in Google Cloud Storage. [optional]
repo_source ApiRepoSource If provided, get source from this location in a Cloud Repo. [optional]
artifact_storage_source ApiStorageSource If provided, the input binary artifacts for the build came from this location. [optional]
file_hashes Hash<String, ApiFileHashes> Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz), the FileHash will be for the single path to that file. [optional]
context ApiSourceContext If provided, the source code used for the build came from this location. [optional]
additional_contexts Array<ApiSourceContext> If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. This list will not include the context specified in the context field. [optional]