Replies: 1 comment 2 replies
|
I think the Docker ecosystem is especially relevant and could benefit from some existing zizmor audits:
Docker's ubiquity and outsized security footprint makes it especially pertinent here IMO. There's admittedly some overlap with existing like hadolint, but that's primarily a quality linter, not a security one, so I think the ecosystem would still have significant benefits from zizmor coverage. It admittedly falls on criteria 2 -- Dockerfiles aren't really a data format, so there's no corresponding SchemaStore JSON schema. But perhaps |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Starting with 1.29.0, I've decided to relax zizmor's unofficial "GitHub Actions" only support policy by adding support for auditing pre-commit hooks and configurations.
In a sense this opens the floodgates, and means that I'm (more) willing to consider supporting other CI/CD platforms as zizmor inputs.
This discussion topic is intended to centralize discussion of those, so I can gauge interest.
Some prior discussions:
If there's another platform you'd like to see supported (or would just like to register interest in one of the above), this is the right place to do so 🙂
More generally, this is also where I'd like to hash out what it will take for zizmor to support new platforms. The rough current plan is that each new platform will require:
All reactions