DroidsOnRoids / bitrise-step-sonarqube-scanner

Step for running SonarQube Scanner CLI
MIT License
6 stars 19 forks source link

Use both sonar-project.properties and scanner-properties provided by Bitrise #3

Closed Hugal31 closed 6 years ago

Hugal31 commented 6 years ago

I think I would be nice to be able to use both sonar-project.properties and the scanner-properties provided by Bitrise.

I want to be able to use Bitrise properties, for example the Sonarqube server URL and login, but also let the project properties near the project itself, in sonar-scanner.properties.

This could be done by appending scanner-properties to the sonar-scanner.properties file, for example echo -n "${scanner_properties}" >> sonar-project.properties.

koral-- commented 6 years ago

LGTM, I'll try to add it ASAP.