GitSignatureState [enum]
The state of a Git signature.
Possible values
BAD_CERT
The signing certificate or its chain could not be verified
BAD_EMAIL
Invalid email used for signing
EXPIRED_KEY
Signing key expired
GPGVERIFY_ERROR
Internal error - the GPG verification service misbehaved
GPGVERIFY_UNAVAILABLE
Internal error - the GPG verification service is unavailable at the moment
INVALID
Invalid signature
MALFORMED_SIG
Malformed signature
NOT_SIGNING_KEY
The usage flags for the key that signed this don't allow signing
NO_USER
Email used for signing not known to GitHub
OCSP_ERROR
Valid signature, though certificate revocation check failed
OCSP_PENDING
Valid signature, pending certificate revocation checking
OCSP_REVOKED
One or more certificates in chain has been revoked
UNKNOWN_KEY
Key used for signing not known to GitHub
UNKNOWN_SIG_TYPE
Unknown signature type
UNSIGNED
Unsigned
UNVERIFIED_EMAIL
Email used for signing unverified on GitHub
VALID
Valid signature and verified by GitHub
API:
Github GraphQL API