Skip to content

v0.22.2

Choose a tag to compare

@gfargo gfargo released this 18 May 19:21
· 28 commits to main since this release

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