zizmor/crates
Carlos D'Agostino fadb2de342
Some checks are pending
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 🐍 / Release (push) Blocked by required conditions
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Waiting to run
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 🐍 / Build Windows wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (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
fix: enable feature rustls-tls-native-roots in reqwest (#1328)
Co-authored-by: William Woodruff <william@yossarian.net>
2025-11-11 21:40:36 -05:00
..
github-actions-expressions chore: bump support crate versions (#1310) 2025-11-01 20:42:15 -04:00
github-actions-models fix: dependabot: allow 'day' field for non-weekly intervals (#1308) 2025-11-02 00:03:58 +00:00
subfeature chore: bump support crate versions (#1310) 2025-11-01 20:42:15 -04:00
tree-sitter-iter feat: track anchors in yamlpath (#1263) 2025-10-19 16:38:33 -04:00
yamlpatch Fix trailing newline bug (#1323) 2025-11-08 23:39:34 -05:00
yamlpath chore: bump support crate versions (#1310) 2025-11-01 20:42:15 -04:00
zizmor fix: enable feature rustls-tls-native-roots in reqwest (#1328) 2025-11-11 21:40:36 -05:00
README.md feat: track anchors in yamlpath (#1263) 2025-10-19 16:38:33 -04: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.
tree-sitter-iter Crates.io docs.rs A very simple pre-order iterator for tree-sitter CSTs.