BuildResponse

data class BuildResponse(val builderVersion: String, val signature: BuildSignatureResponse)

Note holding the version of the provider's builder and the signature of the provenance message in the build details occurrence.

Constructors

Link copied to clipboard
fun BuildResponse(builderVersion: String, signature: BuildSignatureResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable. Version of the builder which produced this build.

Link copied to clipboard

Signature of the build in occurrences pointing to this build note containing build details.