Documentation
¶
Index ¶
Constants ¶
View Source
const ( DockerDsseExtKind = "application/vnd.docker.attestation-verification.v1+json" RekorTlExtKind = "Rekor" )
Variables ¶
This section is empty.
Functions ¶
func ValidPayloadType ¶
Types ¶
type DockerDsseExtension ¶
type DockerDsseExtension struct {
Tl DockerTlExtension `json:"tl"`
}
type DockerTlExtension ¶
type Envelope ¶
type Envelope struct {
PayloadType string `json:"payloadType"`
Payload string `json:"payload"`
Signatures []Signature `json:"signatures"`
}
the following types are needed until https://github.com/secure-systems-lab/dsse/pull/61 is merged
type Extension ¶
type Extension struct {
Kind string `json:"kind"`
Ext DockerDsseExtension `json:"ext"`
}
type KeyMetadata ¶
type Keys ¶
type Keys []KeyMetadata
type KeysMap ¶
type KeysMap map[string]KeyMetadata
Click to show internal directories.
Click to hide internal directories.