Skip to main content

Esta versão do GitHub Enterprise foi descontinuada em 2022-10-12. Nenhum lançamento de patch será feito, mesmo para questões críticas de segurança. Para obter melhor desempenho, segurança aprimorada e novos recursos, atualize para a última versão do GitHub Enterprise. Para obter ajuda com a atualização, entre em contato com o suporte do GitHub Enterprise.

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. Na solicitação de pull, clique em Commits. Guia Commits em uma solicitação de pull
  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. GPG signed commits will show the ID of the key that was used. Verified GPG signed commit

Checking your tag signature verification status

  1. On your GitHub Enterprise Server instance, navigate to the main page of the repository.
  2. À direita da lista de arquivos, clique em Versões. Seção de versões na barra lateral �  direita
  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