Questions tagged [sonar-scanner-cli]
1 questions
0
votes
1 answer
Sonar Scanner with Docker image finds no source files
I run a Sonar analysis, using sonar-scanner installed on my workstation:
sonar-scanner -Dsonar.host.url= -Dsonar.login= -Dsonar.projectKey= -Dsonar.java.binaries=target/classes
Everything runs fine. In particuler,…

Ivan dal Bosco
- 3,233
- 4
- 19
- 24