This repository has been archived by the owner on Jun 22, 2020. It is now read-only.
Releases: ciricihq/gitlab-sonar-scanner
Releases · ciricihq/gitlab-sonar-scanner
Fix bash script only getting first parameter
Thanks to @petersipos for pointing this out.
Upgrade sonar scanner cli
Upgraded to version 3.3.0.1492
Revert gitlab-sonar binary upgrade
Check the PR for more details #38
Upgraded sonar scanner binary to 3.2.0.1227
Merge pull request #35 from saily/upgrade-sonar-scanner Upgrade sonar scanner to 3.2.0.1227
Update for sonar >= 7, gitlab >= 11 and sonar-gitlab-plugin >= 3.0.0
Update sonar.branch to sonar.branch.name When running sonar using SONAR_BRANCH parameter you will receive the following error WARN: The use of "sonar.branch" is deprecated and replaced by "sonar.branch.name". See https://redirect.sonarsource.com/doc/branches.html. This commit updates the command to use the correct updated parameter
Added nodejs binary for typescript analysis
add projectKey from env if not defined in properties file
Merge pull request #22 from okolimar/project_key_fix
add projectKey from env if not defined in properties file.
2.0.1: Merge pull request #20 from jendrikw/fix/remove-unneeded-assignment
remove unneeded assignment
Multiple changes and improvements
This release addresses a bunch of issues/features. See PR #18 for more details.