This version of GitHub Enterprise was discontinued on 2021-06-09. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Checking your commit and tag signature verification status

You can check the verification status of your commit and tag signatures on GitHub Enterprise Server.

Checking your commit signature verification status

  1. On GitHub Enterprise Server, navigate to your pull request.
  2. On the pull request, click Commits. Commits tab on a pull request
  3. Next to your commit's abbreviated commit hash, there is a box that shows whether your commit signature is verified or unverified. Signed commit
  4. To view more detailed information about the commit signature, click Verified or Unverified. Verified signed commit

Checking your tag signature verification status

  1. On GitHub Enterprise Server, navigate to the main page of the repository.

  2. Under your repository name, click Releases. Releases tab

  3. At the top of the Releases page, click Tags. Tags page

  4. Next to your tag description, there is a box that shows whether your tag signature is verified or unverified. verified tag signature

  5. To view more detailed information about the tag signature, click Verified or Unverified. Verified signed tag

Further reading