Skip to content

v0.6.7 - HTML Report Hotfix

Choose a tag to compare

@mrmez mrmez released this 13 Oct 21:35
· 79 commits to main since this release

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