Class: Grafeas::V1::InTotoProvenance

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/intoto_provenance.rb

Instance Attribute Summary collapse

Instance Attribute Details

#builder_config::Grafeas::V1::BuilderConfig



129
130
131
132
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 129

class InTotoProvenance
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#materials::Array<::String>

Returns The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.

Returns:

  • (::Array<::String>)

    The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.



129
130
131
132
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 129

class InTotoProvenance
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metadata::Grafeas::V1::Metadata



129
130
131
132
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 129

class InTotoProvenance
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#recipe::Grafeas::V1::Recipe

Returns Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible).

Returns:

  • (::Grafeas::V1::Recipe)

    Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible).



129
130
131
132
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 129

class InTotoProvenance
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end