Class: Grafeas::V1::Source
- Inherits:
-
Object
- Object
- Grafeas::V1::Source
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/provenance.rb
Overview
Source describes the location of the source used for the build.
Instance Attribute Summary collapse
-
#additional_contexts ⇒ Array<Grafeas::V1::SourceContext>
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.
-
#artifact_storage_source_uri ⇒ String
If provided, the input binary artifacts for the build came from this location.
-
#context ⇒ Grafeas::V1::SourceContext
If provided, the source code used for the build came from this location.
-
#file_hashes ⇒ Hash{String => Grafeas::V1::FileHashes}
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.
Instance Attribute Details
#additional_contexts ⇒ Array<Grafeas::V1::SourceContext>
Returns 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.
88 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 88 class Source; end |
#artifact_storage_source_uri ⇒ String
Returns If provided, the input binary artifacts for the build came from this location.
88 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 88 class Source; end |
#context ⇒ Grafeas::V1::SourceContext
Returns If provided, the source code used for the build came from this location.
88 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 88 class Source; end |
#file_hashes ⇒ Hash{String => Grafeas::V1::FileHashes}
Returns 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.
88 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 88 class Source; end |