SlsaCompletenessResponse

data class SlsaCompletenessResponse(val arguments: Boolean, val environment: Boolean, val materials: Boolean)

Indicates that the builder claims certain fields in this message to be complete.

Constructors

Link copied to clipboard
fun SlsaCompletenessResponse(arguments: Boolean, environment: Boolean, materials: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, the builder claims that recipe.arguments is complete, meaning that all external inputs are properly captured in the recipe.

Link copied to clipboard

If true, the builder claims that recipe.environment is claimed to be complete.

Link copied to clipboard

If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".