Skip to content

Version 1.1.4

Choose a tag to compare

@andreapollastri andreapollastri released this 21 Jul 20:03
· 8 commits to main since this release

[1.1.4] - 2026-07-21

Added

  • --fail-on-warn option on checkpoint:scan to exit with code 1 when warnings are present
  • extra_checks config to register custom AbstractCheck subclasses alongside built-ins
  • Netlify deploy for the docs site (netlify.toml); site moved under docs/
  • Unit tests for Debug Functions, SQL Injection, and TLS Verification checks
  • CHANGELOG.md

Changed

  • CI stubs (GitHub Actions / GitLab CI): optional Node/npm ci when a lockfile is present, JSON scan output, and report artifacts
  • Docs for --fail-on-warn, custom checks via config, exit codes, and updated CI scaffolding behavior
  • Website stats update

Removed

  • Root index.html (replaced by docs/index.html)