Can I trust a hash commit for integrity of the entire repository?
Sometimes there’s no tar release for some repo in github, and the download as zip button only generates a random zip with random hash. So, in my Dockerfile, I want to clone a repo but be able to check against some hash to prevent tampering… Continue reading Can I trust a hash commit for integrity of the entire repository?