diff --git a/.drone.yml b/.drone.yml index 0603e67..4a4b737 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,10 +8,11 @@ trigger: steps: - name: sonarqube - image: sonarsource/sonar-scanner-cli:4.5 + image: openjdk:latest environment: + SONAR_TOKEN: + from_secret: SONAR_TOKEN SONAR_HOST_URL: "https://your-sonarqube-url.com" - SONAR_LOGIN: ${SONAR_TOKEN} settings: sources: ./ShakeAndCraft/ commands: