zizmor/crates
Chase Naples eeac63b339
Fix exit code to return 0 when all findings are auto-fixable (#1242)
Co-authored-by: William Woodruff <william@yossarian.net>
2025-10-14 20:57:34 -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 bump github-actions-models to 0.36.0 (#1248) 2025-10-14 10:35:41 -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 Fix exit code to return 0 when all findings are auto-fixable (#1242) 2025-10-14 20:57:34 -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.