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
When merging code from others, it would be nice to automatically create a signed tag with my signature.
Proposed solution
Evaluate marmarek's signature-checker and the hooks post-merge (sign with tag if commit is not signed by trusted key) and pre-push (block push if not everything is signed).
Criteria:
The script must be able to run locally, just like almost every other CI job
Without internet connection, keys must be present in the repository
It must prevent pushes on the client side
Must fail CI on the server side indicating the error
The value to a user, and who that user might be
Developers: maintainer signs contributor commit for users to only require verifying one fingerprint
Users: can be sure of authenticity
The text was updated successfully, but these errors were encountered:
Current problem (if any)
When merging code from others, it would be nice to automatically create a signed tag with my signature.
Proposed solution
Evaluate marmarek's signature-checker and the hooks
post-merge
(sign with tag if commit is not signed by trusted key) andpre-push
(block push if not everything is signed).Criteria:
The value to a user, and who that user might be
The text was updated successfully, but these errors were encountered: