package grafeas.v1beta1.provenance

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Artifact

provenance.proto:149

Artifact describes a build product.

Used in: BuildProvenance

message BuildProvenance

provenance.proto:29

Provenance of a build. Contains all information needed to verify the full details about the build from source to completion.

Used in: build.Details

message Command

provenance.proto:125

Command describes a step performed as part of the build pipeline.

Used in: BuildProvenance

message FileHashes

provenance.proto:103

Container message for hashes of byte content of files, used in Source messages to verify integrity of source input to the build.

Used in: Source

message Hash

provenance.proto:109

Container message for hash values.

Used in: Resource, FileHashes

enum Hash.HashType

provenance.proto:111

Specifies the hash algorithm, if any.

Used in: Hash

message Source

provenance.proto:76

Source describes the location of the source used for the build.

Used in: BuildProvenance