You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sonar_call_multiple: batch meta-tool — execute multiple tools in linear order in a single round-trip. Consecutive exact duplicates collapsed; non-adjacent repeats kept (state may change). Capped at 25 calls. Recursion guard. Added to READ_ONLY_TOOLS.
Scanner fixes (from 1.5.1 dev): sonar.sources always forwarded, hardcoded sonar.tests=test removed (now optional), scanner stderr surfaced on failure, CE task polling, Docker image pinned to sonarsource/sonar-scanner-cli:11.1.
43 total tools (was 39)
1.5.1 (2026-06-24)
Fix S6594: use RegExp.exec() instead of String.match() in detectJavaVersion
Fix S4036: resolve git path via command -v git for detectGitBranch
Review security hotspot: S4036 on git command resolved as SAFE