SbomReferenceIntotoPredicateResponse

data class SbomReferenceIntotoPredicateResponse(val digest: Map<String, String>, val location: String, val mimeType: String, val referrerId: String)

A predicate which describes the SBOM being referenced.

Constructors

Link copied to clipboard
fun SbomReferenceIntotoPredicateResponse(digest: Map<String, String>, location: String, mimeType: String, referrerId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of algorithm to digest of the contents of the SBOM.

Link copied to clipboard

The location of the SBOM.

Link copied to clipboard

The mime type of the SBOM.

Link copied to clipboard

The person or system referring this predicate to the consumer.