In Toto Response
data class InTotoResponse(val expectedCommand: List<String>, val expectedMaterials: List<ArtifactRuleResponse>, val expectedProducts: List<ArtifactRuleResponse>, val signingKeys: List<SigningKeyResponse>, val stepName: String, val threshold: String)
This contains the fields corresponding to the definition of a software supply chain step in an in-toto layout. This information goes into a Grafeas note.
Constructors
Link copied to clipboard
fun InTotoResponse(expectedCommand: List<String>, expectedMaterials: List<ArtifactRuleResponse>, expectedProducts: List<ArtifactRuleResponse>, signingKeys: List<SigningKeyResponse>, stepName: String, threshold: String)