Use sonar.token instead of deprecated sonar.login
This commit is contained in:
parent
bab4359977
commit
b9aa6e0073
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
echo "Running local sonar-scanner..."
|
||||
sonar-scanner \
|
||||
-Dsonar.host.url="$HOST_URL" \
|
||||
-Dsonar.login="$SONAR_TOKEN" \
|
||||
-Dsonar.token="$SONAR_TOKEN" \
|
||||
-Dsonar.projectKey="$PROJECT_KEY" \
|
||||
-Dsonar.sources=. \
|
||||
-Dsonar.scm.disabled=true \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue