Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #76 from jacek-poreda-sonarsource/master
Browse files Browse the repository at this point in the history
Update Scanner CLI to 4.2.0.1873
  • Loading branch information
bellingard committed Mar 24, 2020
2 parents 1ba4c05 + b772437 commit 4e8e6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/sonarqube-scanner-executable.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function prepareExecEnvironment(params, process) {
* Returns the SQ Scanner executable for the current platform
*/
function getSonarQubeScannerExecutable(passExecutableCallback) {
const platformBinariesVersion = '4.0.0.1744'
const platformBinariesVersion = '4.2.0.1873'
var targetOS = findTargetOS()
var installFolder = path.join(os.homedir(), '.sonar', 'native-sonar-scanner')
var binaryExtension = ''
Expand Down

0 comments on commit 4e8e6a6

Please sign in to comment.