Skip to content

Commit 2354a91

Browse files
committed
SonarQube requires 12 characters passwords now
1 parent c439bd4 commit 2354a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/runSonarQube.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sonar_host="http://localhost:$sonar_port"
2020
sonar_project="benchmark"
2121
sonar_user="admin"
2222
sonar_default_password="admin"
23-
sonar_password="password"
23+
sonar_password="PasswordWithNumb3rsAndSpecialCharacters!"
2424

2525
echo "Creating temporary SonarQube instance"
2626

0 commit comments

Comments
 (0)