zizmor/crates
William Woodruff 68dead207f
sketching
Signed-off-by: William Woodruff <william@yossarian.net>
2025-09-14 10:34:12 -04:00
..
github-actions-expressions refactor: move expr call APIs to a new module (#1143) 2025-09-11 21:34:07 -04:00
github-actions-models chore: prep release v1.12.1 (#1083) 2025-08-15 00:27:09 -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 sketching 2025-09-14 10:34:12 -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.