woodruffw / zizmor

A tool for finding security issues in GitHub Actions setups.
https://crates.io/crates/zizmor
MIT License
64 stars 2 forks source link

Caching: persist between runs #52

Open woodruffw opened 1 day ago

woodruffw commented 1 day ago

Right now we cache GitHub API responses between audits/workflows, but there are a lot of responses that also make sense to cache between zizmor runs (e.g. a commit that isn't an impostor isn't going to become an impostor).