diff --git a/.github/workflows/sonar-step-springboot-analyze.yml b/.github/workflows/sonar-step-springboot-analyze.yml index 794de7fe..e9ce2ec6 100644 --- a/.github/workflows/sonar-step-springboot-analyze.yml +++ b/.github/workflows/sonar-step-springboot-analyze.yml @@ -75,4 +75,4 @@ jobs: run: ${{ inputs.PRE_SCAN_COMMANDS }} - name: Run Sonar - run: ./mvnw -ntp sonar:sonar -Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} -Dsonar.login=${{ secrets.SONAR_TOKEN }} -Dsonar.qualitygate.wait=${{ inputs.CHECK_QUALITY_GATE }} + run: ./mvnw -ntp sonar:sonar -Dsonar.qualitygate.wait=${{ inputs.CHECK_QUALITY_GATE }}