Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorInvalidDssePayload = errors.New("invalid DSSE envelope payload") ErrorMismatchBranch = errors.New("branch used to generate the binary does not match provenance") ErrorMismatchBuilderID = errors.New("builderID does not match provenance") ErrorInvalidBuilderID = errors.New("builderID is invalid") ErrorMismatchSource = errors.New("source used to generate the binary does not match provenance") ErrorMismatchWorkflowInputs = errors.New("workflow input does not match") ErrorMalformedURI = errors.New("URI is malformed") ErrorMismatchTag = errors.New("tag used to generate the binary does not match provenance") ErrorInvalidRecipe = errors.New("the recipe is invalid") ErrorMismatchVersionedTag = errors.New("tag used to generate the binary does not match provenance") ErrorInvalidSemver = errors.New("invalid semantic version") ErrorRekorSearch = errors.New("error searching rekor entries") ErrorMismatchHash = errors.New("artifact hash does not match provenance subject") ErrorMismatchIntoto = errors.New("verified intoto provenance does not match text provenance") ErrorInvalidRef = errors.New("invalid ref") ErrorUntrustedReusableWorkflow = errors.New("untrusted reusable workflow") ErrorNoValidRekorEntries = errors.New("could not find a matching valid signature entry") ErrorVerifierNotSupported = errors.New("no verifier support the builder") ErrorInvalidOIDCIssuer = errors.New("invalid OIDC issuer") ErrorNotSupported = errors.New("not supported") ErrorInvalidFormat = errors.New("invalid format") ErrorInvalidPEM = errors.New("invalid PEM") ErrorInvalidSignature = errors.New("invalid signature") ErrorNoValidSignature = errors.New("no valid signature") ErrorMutableImage = errors.New("the image is mutable") ErrorImageHash = errors.New("cannot retrieve sha256 of image") ErrorInvalidEncoding = errors.New("invalid encoding") ErrorInternal = errors.New("internal error") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.