Commit Signing - Definição do Glossário de CI/CD
O commit signing anexa uma assinatura criptográfica a um commit (git commit -S, GPG ou SSH) para que seu autor possa ser verificado. É ativado por commit ou globalmente com commit.gpgsign true e gpg.format.
O commit signing anexa uma assinatura criptográfica a um commit (git commit -S, GPG ou SSH) para que seu autor possa ser verificado. É ativado por commit ou globalmente com commit.gpgsign true e gpg.format.
O commit signing anexa uma assinatura criptográfica a um commit (git commit -S, GPG ou SSH) para que seu autor possa ser verificado. É ativado por commit ou globalmente com commit.gpgsign true e gpg.format.
Guias relacionados
Signed Tag - CI/CD Glossary DefinitionSigned Tag: A signed tag (`git tag -s`) is an annotated tag carrying a cryptographic signature (GPG or SSH) t…
Verified Commit - CI/CD Glossary DefinitionVerified Commit: A verified commit is one whose signature GitHub could validate against a known key on the au…
Protected Branch - CI/CD Glossary DefinitionProtected Branch: A protected branch is a branch with rules that block or gate changes, such as requiring pul…