You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we support signed commits (#628), we should consider signed tags.
Signed tags have the advantage that you can have a seperate signing authority which can sign the data (a commit id) after the commit has been created. So you can do things like ingest a bunch of data and get a reproducible ID to test with before you bless the commit with a signed tag.
Now that we support signed commits (#628), we should consider signed tags.
Signed tags have the advantage that you can have a seperate signing authority which can sign the data (a commit id) after the commit has been created. So you can do things like ingest a bunch of data and get a reproducible ID to test with before you bless the commit with a signed tag.
Git has this feature: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-tags
The text was updated successfully, but these errors were encountered: