Skip to content

1.2.0.3278

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:02
· 152 commits to master since this release
Immutable release. Only release title and notes can be modified.
4e72822

SonarQube CLI v1.2.0

This release improves agent integrations, network transparency, and installation experience.

Features

  • Multi-file Agentic Analysis: sonar analyze agentic now accepts repeatable --file flags — passing two or more files automatically triggers DEEP analysis for richer cross-file results.
  • Network Configuration in Status: sonar system status now displays active proxy and custom CA certificate configuration, including the source (e.g. environment variables) and the relevant URLs or file paths, with credentials redacted.
  • Updated MCP Docker Image: sonar run mcp now pulls from the official sonarsource/sonarqube-mcp image by default.
  • Always-current install scripts: The install.sh / install.ps1 scripts and sonar self-update no longer hardcode a version number — they now fetch the latest stable version automatically from binaries.sonarsource.com.

Bug Fixes

  • Fixed sonar integrate antigravity writing content to .agents/instructions/ (ignored by Antigravity) instead of the correct .agents/rules/ location.