zizmor/crates
William Woodruff 7984062d34
Some checks are pending
Benchmark baseline / Continuous Benchmarking with Bencher (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / Test site build (push) Waiting to run
CI / All tests pass (push) Blocked by required conditions
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (manylinux) (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (musllinux) (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Release (push) Blocked by required conditions
zizmor wheel builds for PyPI 🐍 / Build Windows wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Waiting to run
Deploy zizmor documentation site 🌐 / Deploy zizmor documentation to GitHub Pages 🌐 (push) Waiting to run
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Waiting to run
chore: prep release 1.15.1 (#1243)
2025-10-13 23:19:42 -04:00
..
github-actions-expressions fix(obfuscation): don't consider fromJSON(...) constant-reducible (#1178) 2025-09-26 00:25:39 -04:00
github-actions-models models: add devcontainers as a known ecosystem (#1240) 2025-10-13 23:08:56 -04:00
subfeature Add Fix for known-vulnerable-actions audit rule (#1019) 2025-07-20 21:08:14 -04:00
yamlpatch chore: prep release v1.12.1 (#1083) 2025-08-15 00:27:09 -04:00
yamlpath chore: fix warnings in latest Rust (#1075) 2025-08-13 13:36:47 +00:00
zizmor chore: prep release 1.15.1 (#1243) 2025-10-13 23:19:42 -04:00
README.md refactor: add subfeature crate (#1030) 2025-07-17 02:08:29 +00:00

crates

This directory contains zizmor's various crates.

See the table and each subdirectory for more details on each crate.

Crate Version Documentation Description
zizmor Crates.io docs.zizmor.sh The zizmor CLI and core auditing functionality.
subfeature Crates.io docs.rs Subfeature handling APIs.
yamlpath Crates.io docs.rs Format-preserving YAML feature extraction.
yamlpatch Crates.io docs.rs Comment and format-preserving YAML patch operations.
github-actions-models Crates.io docs.rs Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components.
github-actions-expressions Crates.io docs.rs Parser and library for GitHub Actions expressions.