sigstore / gitsign

Keyless Git signing using Sigstore
Other
950 stars 63 forks source link

Add go-git based signer implementation. #454

Closed wlynch closed 9 months ago

wlynch commented 9 months ago

Summary

Adds a git.Signer implementation + e2e test to demonstrate how signing is done. Verify still WIP upstream, so commit marshalling + verification still done manually for now.

Release Note

Documentation