From b8d561cd7e5cbe4371a13290f2ec4815f3ac9f32 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 5 Dec 2016 20:31:34 +0100 Subject: [PATCH] Don't show the sonar token in the logs (fix #127) the token was regenerated, too. --- tools/internal/travis-sonarqube.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/internal/travis-sonarqube.sh b/tools/internal/travis-sonarqube.sh index 6201f57425..360d7c45c6 100755 --- a/tools/internal/travis-sonarqube.sh +++ b/tools/internal/travis-sonarqube.sh @@ -38,4 +38,5 @@ installBuildWrapper # and finally execute the actual SonarQube analysis (the SONAR_TOKEN is set from the travis web interface, to not expose it) # See https://docs.travis-ci.com/user/sonarqube/ for more info on tokens +set +x # don't show the token in the logs sonar-scanner -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN -- 2.20.1