zizmor/crates
2025-11-01 19:06:59 -04:00
..
github-actions-expressions refactor: forbid all unwrap usage (#1306) 2025-11-01 19:06:59 -04:00
github-actions-models feat(models): support Dependabot multi-ecosystem groups (#1260) 2025-10-16 23:17:01 -04:00
subfeature refactor: forbid all unwrap usage (#1306) 2025-11-01 19:06:59 -04:00
tree-sitter-iter feat: track anchors in yamlpath (#1263) 2025-10-19 16:38:33 -04:00
yamlpatch refactor: forbid all unwrap usage (#1306) 2025-11-01 19:06:59 -04:00
yamlpath refactor: forbid all unwrap usage (#1306) 2025-11-01 19:06:59 -04:00
zizmor refactor: forbid all unwrap usage (#1306) 2025-11-01 19:06:59 -04: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.