Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitOK = 0 ExitVerifyFailed = 1 ExitExecutionFailed = 2 )
Exit codes the CLI uses for the verify subcommand.
Variables ¶
View Source
var ErrVerifyFailed = errors.New("attestation verification failed")
ErrVerifyFailed signals that the verifier ran successfully but the attestation did not pass. Returning it from RunE causes Execute to exit with ExitVerifyFailed without printing the usual "Error:" prefix.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.