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

Checking your commit signature verification status

  1. On GitHub Enterprise, navigate to your pull request.
  2. Commits tab on a pull request
    On the pull request, click Commits.

  3. Signed commit
    Next to your commit's abbreviated commit hash, there is a box that shows whether your commit signature is verified or unverified.

  4. Verified signed commit
    To view more detailed information about the commit signature, click Verified or Unverified.

If your commit signature is unverified, you can learn more about why by clicking the Unverified box. Unverified signed commit

Checking your tag signature verification status

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

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

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

  4. verified tag signature
    Next to your tag description, there is a box that shows whether your tag signature is verified or unverified.
  5. Verified signed tag
    To view more detailed information about the tag signature, click Verified or Unverified. If your tag signature is unverified, you can learn more about why by clicking the Unverified box.

Further reading