SQL Enlight For Build Machines 1.1.9.26
We’re excited to announce SQL Enlight For Build Machines 1.1.9.26, a release focused on improving everyday usability, introducing clear SQL quality enforcement, and making automated reporting easier in CI/CD environments.
What’s New in Version 1.1.9.26
Quality Gates
This release introduces Quality Gates, a major new capability that turns SQL analysis results into a clear, enforceable quality outcome.
Quality Gates evaluate analysis findings using configurable metrics and policies, producing an overall score and grade (A-F) with pass, warn, or fail results. This makes it much easier to understand the real quality impact of changes and to enforce consistent standards across projects.

Quality Gates can optionally fail the analysis and return a non-zero exit code-making them ideal for CI/CD pipelines.
All existing analysis rules and workflows continue to work as before. Quality Gates are entirely optional and build on top of existing analysis results, so no changes are required unless you choose to adopt the new features.
Standalone Interactive HTML Reports (CLI)

The SQL Enlight CLI can now generate fully standalone, interactive HTML reports.
By simply specifying a .html file as the report output, you can generate a self-contained report without external stylesheets. Reports can be produced either by transforming an existing XML report or by running a full analysis directly from the CLI.
This makes SQL Enlight reports much easier to archive, share, and publish as CI artifacts, while remaining fully interactive for review.