google / google/trillian-examples
Supporting the kernel.org transparency log
- Dominant language
- Go
- Stars
- 176
- Forks
- 68
- Avg merge
- 13h 35m
- Merged PRs (30d)
- 4
Description
kernel.org maintains a transparency log in the form of a git repository and I was wondering how one should go about supporting this for the omnifeeder? Currently creating proofs is impractical as one would need to traverse the git repository and not all entries on the log is signed either. I'm a bit unsure about the usefulness of supporting git repositories like this in general?
Would it be better to throw the entries on a serverless implementation maybe?
https://git.kernel.org/pub/scm/infra/transparency-logs/gitolite/git/1.git/
I wrote up a monitor last year, but something more sound would probably be better :) https://tlog.linderud.dev/
Contributor guide
Assessment
This issue has not been assessed yet.