Posts tagged as "github"
Attest build provenance for a Python package in GitHub actions
August 08, 2024 • 4 min readAs you may have noticed, supply chain attacks ae on the rise. These attacks usually target a small piece of software infrastructure that the…
Bulk updating multiple repos with all-repos
July 10, 2023 • 7 min readI like the open source communities and all the developments that they enable. As a developer, I like to have the ability to solve my own…
Auto-update pre-commit hooks with GitHub Actions
July 12, 2020 • 3 min readPre-commit hooks are great to reduce the feedback loop for things like linting and auto-formatting. Git supports them out of the box, but…