We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f279f9 + dc9abba commit e8ca871Copy full SHA for e8ca871
src/main/java/org/owasp/benchmark/report/sonarqube/SonarReport.java
@@ -24,7 +24,7 @@ public class SonarReport {
24
private static final String SONAR_USER = "admin";
25
private static final String SONAR_PASSWORD = "P4ssword!!!!";
26
private static final String SONAR_PROJECT = "benchmark";
27
- public static final String SONAR_HOST = "ubuntu-server";
+ public static final String SONAR_HOST = "localhost";
28
public static final String SONAR_PORT = "9876";
29
30
private static final int PAGE_SIZE = 500;
0 commit comments