Posts tagged as "actions"
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…
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…