Documentation
¶
Index ¶
Constants ¶
View Source
const (
PredicateEOL = "https://in-toto.io/attestation/eol/v0.1"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EOLMetadata ¶ added in v0.12.0
EOLMetadata defines when the last scan was done
type EOLPredicate ¶ added in v0.12.0
type EOLPredicate struct {
Product string `json:"product"`
Cycle string `json:"cycle"`
Version string `json:"version"`
IsEOL bool `json:"isEOL"`
EOLDate string `json:"eolDate"`
LTS bool `json:"lts"`
Latest string `json:"latest"`
ReleaseDate string `json:"releaseDate"`
Metadata EOLMetadata `json:"metadata"`
}
EOLPredicate defines predicate definition of the EOL attestation
type EOLStatement ¶ added in v0.12.0
type EOLStatement struct {
attestationv1.Statement
// Predicate contains type specific metadata.
Predicate EOLPredicate `json:"predicate"`
}
EOLStatement defines the statement header and the EOL predicate
Click to show internal directories.
Click to hide internal directories.