Interface SlsaProvenance.SlsaCompletenessOrBuilder (2.17.0)

public static interface SlsaProvenance.SlsaCompletenessOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArguments()

public abstract boolean getArguments()

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

bool arguments = 1;

Returns
TypeDescription
boolean

The arguments.

getEnvironment()

public abstract boolean getEnvironment()

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

bool environment = 2;

Returns
TypeDescription
boolean

The environment.

getMaterials()

public abstract boolean getMaterials()

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

bool materials = 3;

Returns
TypeDescription
boolean

The materials.