google / recursive-version-control-system

Apache License 2.0
25 stars 7 forks source link

Create sign/verify helpers for sigstore #4

Open ojarjur opened 2 years ago

ojarjur commented 2 years ago

We should create sign/verify helpers that integrate with Sigstore.

At a minimum I would like to have some support for keyless signing similar to what https://github.com/wlynch/smimecosign provides for git.

Additionally, it might be good to have any other sign/verify helpers (such as the ones for SSH keys) write entries to the Rekor transparency log that can be later verified.