vbrandl / hoc

Generate Hits-of-Code badges for GitHub repositories

Home Page:https://hitsofcode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculate HoC without git binary

vbrandl opened this issue · comments

Calculating the HoC using the git2 crate removes the dependency on a git binary in the system. That way we can use a FROM scratch image for the last docker stage and only copy certificates from linuxkit/ca-certificates over to the container.