This release comes with one new audit ([unredacted-secrets](https://woodruffw.github.io/zizmor/audits/#unredacted-secrets)), plus a handful of bugfixes and analysis improvements to existing audits. It also comes with improvements to SARIF presentation, ignore comments, as well as an [official Docker image](https://ghcr.io/woodruffw/zizmor)!
New Features 🌈[🔗](https://woodruffw.github.io/zizmor/release-notes/#new-features)
- `zizmor` now has official Docker images! You can find them on the GitHub Container Registry under [ghcr.io/woodruffw/zizmor](https://ghcr.io/woodruffw/zizmor) ([#532](https://github.com/woodruffw/zizmor/issues/532))
- New audit: [unredacted-secrets](https://woodruffw.github.io/zizmor/audits/#unredacted-secrets) detects secret accesses that are not redacted in logs ([549](https://github.com/woodruffw/zizmor/issues/549))
Improvements 🌱[🔗](https://woodruffw.github.io/zizmor/release-notes/#improvements)
- SARIF outputs are now slightly more aligned with GitHub Code Scanning expectations ([528](https://github.com/woodruffw/zizmor/issues/528))
- ` zizmor: ignore[rule]` comments can now have trailing explanations, e.g. ` zizmor: ignore[rule] because reasons` ([531](https://github.com/woodruffw/zizmor/issues/531))
- The [bot-conditions](https://woodruffw.github.io/zizmor/audits/#bot-conditions) audit now detects `github.triggering_actor` as another spoofable actor check ([559](https://github.com/woodruffw/zizmor/issues/559))
Bug Fixes 🐛[🔗](https://woodruffw.github.io/zizmor/release-notes/#bug-fixes)
- Fixed a bug where `zizmor` would fail to parse workflows with `workflow_dispatch` triggers that contained non-string inputs ([563](https://github.com/woodruffw/zizmor/issues/563))
Upcoming Changes 🚧[🔗](https://woodruffw.github.io/zizmor/release-notes/#upcoming-changes)
- The next minor release of `zizmor` will be built with [Rust 2024](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html). This should have no effect on most users, but may require users who build zizmor from source to update their Rust toolchain.