Skip to content

0.13.0.1692

Choose a tag to compare

@github-actions github-actions released this 19 May 08:25
· 213 commits to master since this release
Immutable release. Only release title and notes can be modified.

SonarQube CLI v0.13.0

This release includes enhancement of GitHub Copilot integration with Agentic Analysis, and several improvements to error handling and integrations.

Features

  • GitHub Copilot Integration: Added Agentic Analysis integration for Copilot CLI, instructing Copilot to automatically analyze modified files during sessions
  • Enhanced Error Messages: Errors now include helpful remediation hints showing you how to fix common issues
  • Debug Logging: sonar run mcp now logs the exact container command being executed in debug mode

Bug Fixes

  • Fixed Git hooks to fail gracefully when the CLI crashes outside CI environments, preventing blocked commits while still failing hard in CI pipelines

Miscellaneous

  • Continued foundational work on the upcoming SCA dependency analysis command, including downloading the SCA scanner binary for the current platform and wiring it into the analysis pipeline (not yet user-facing).
  • Introduced an internal declarative framework for describing and managing integrations (foundational scaffolding for future integration improvements).
  • Internal fixes to the automated documentation version update process.