signet-org / signet-python

A decentralized code signing network
MIT License
23 stars 1 forks source link

Git integration #2

Open chromakode opened 8 years ago

chromakode commented 8 years ago

It should be possible to create attestations about git commits. Since a git commit is a sha1 hash of repository content, it should be a suitable unique identifier within signet.

When sig attest is given a repo directory (+ git commit?), it should use "git:" as the id property.

This should probably be implemented as a plugin, since it's not necessary for everyone's uses, and adds complexity to the core.