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/
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/