woodruffw / zizmor

A tool for finding security issues in GitHub Actions setups.
https://woodruffw.github.io/zizmor/
MIT License
359 stars 20 forks source link

Feature: Add a docker image #135

Open JonZeolla opened 1 week ago

JonZeolla commented 1 week ago

Pre-submission checks

What's the problem this feature will solve?

Usability

Describe the solution you'd like

I'd like a docker image containing zizmor to be built and deployed regularly, and available on docker hub or a similar registry.

Additional context

No response

woodruffw commented 1 week ago

Thanks for the feature request @JonZeolla!

I'd like a docker image containing zizmor to be built and deployed regularly, and available on docker hub or a similar registry.

Makes sense, I agree this is good to have. I'm going to look into uploading a zizmor image to GHCR from this repo today or tomorrow; that'll also likely become the building block for an action, per #69.