v0.22.2
Bug Fix
- macOS compatibility (#112) — Replaced all
grep -P(GNU Perl regex) with POSIX-compatible alternatives (grep -Eo,awk,sed). BSD grep on macOS doesn't support-P, which caused errors during audit's environment variable discovery.
Install / Upgrade
curl -fsSL https://raw.githubusercontent.com/gfargo/strut/main/install.sh | bash