-
ALM used:
GitHub -
Scanner command used
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -DskipTests=true -Dsonar.login=[redacted]
I have added these in the pom.xml of the parent project:
<sonar.organization>findorgri</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url> -
Languages of the repository
Mainly Java -
SonarCloud Project URL
https://sonarcloud.io/project/configuration?id=Findorgri_WebGoat-new -
Error observed
The project has many sub-modules. For every sub-module of the project I get this:
[WARNING] Unable to analyse file 'webgoat-lessons/xxe/pom.xml'.
java.lang.IllegalStateException: You're not authorized to run analysis. Please contact the project administrator.
[stacktrace omitted]