We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f279f9 commit dc9abbaCopy full SHA for dc9abba
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