added params to drone sonarqube job

This commit is contained in:
BroodjeAap 2023-04-08 16:32:50 +00:00
parent c832b2ae10
commit bea4c67cd6

View file

@ -39,6 +39,7 @@ steps:
image: sonarsource/sonar-scanner-cli
environment:
SONAR_HOST_URL: https://sonarqube.broodjeaap.net
SONAR_SCANNER_OPTS: -Dsonar.projectKey=go-watch -Dsonar.projectBaseDir=/drone/src/.git/
SONAR_LOGIN:
from_secret: sonarqube_token
trigger: