v0.6.7 - HTML Report Hotfix
What's Fixed
HTML Report URL Overflow
Long console URLs in evidence guides now wrap properly instead of breaking page layout.
Before:
- URLs extended beyond page boundaries
- Evidence guides were unreadable
- Console links broke layout
After:
- URLs wrap across multiple lines
- Evidence guides stay within container
- Console links truncate with ellipsis
README Improvements
- 60% shorter (1000 lines → 400 lines)
- Better organized sections
- No excessive emoji usage
- Added HTML/PDF report preview section
Upgrade
# Download binary
wget https://github.com/guardian-nexus/auditkit/releases/download/v0.6.7/auditkit-linux-amd64
# Or rebuild from source
git pull origin main
go build ./cmd/auditkit