newtmitch / docker-sonar-scanner

Quick sonar scanner docker image
MIT License
129 stars 88 forks source link

Error in Readme #16

Closed julien-bouquet closed 5 years ago

julien-bouquet commented 5 years ago

The readme contains an error This line need to be change -v $(pwd)/sonar-runner.properties:/root/sonar-scanner/conf/sonar-runner.properties \ to -v $(pwd)/sonar-runner.properties:/root/sonar-scanner/conf/sonar-scanner.properties \

With this change, the sonar-runner.properties will be taken with good properties

newtmitch commented 5 years ago

Fixed in PR #17 - thanks for the help there!