Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 23:29
· 28 commits to main since this release

Notable changes

Added

  • CycloneDX SBOM input for audit purl via --sbom (JSON): every package URL in
    the BOM is collected and audited.
  • Package URL validation: malformed PURLs are detected and skipped.
  • Global --debug flag for structured logging to stderr.

Changelog

  • 4e3ff25 docs(audit): fix audit purl help examples
  • 0af9d0f feat(audit): add support for CycloneDX BOM
  • 8631102 feat(audit): validate PURL strings using packageurl-go
  • 1604805 feat(cli): add global --debug flag for structured logging