GitHub::Verification::Reason
Inherits Enum < Comparable < Value < Object
Constants
Value Description The key that made the signature is expired.
The "signing" flag is not among the usage flags in the GPG key that made the signature.
There was an error communicating with the signature verification service.
The signature verification service is currently unavailable.
The object does not include a signature.
A non-PGP signature was found in the commit.
No user was associated with the committer email address in the commit.
The committer email address in the commit was associated with a user, but the email address is not verified on their account.
The committer email address in the commit is not included in the identities of the PGP key that made the signature.
The key that made the signature has not been registered with any user's account.
There was an error parsing the signature.
The signature could not be cryptographically verified using the key whose key-id was found in the signature.
None of the above errors applied, so the signature is considered to be verified.