Skip to content

Commit

Permalink
Merge pull request #280 from Leyart/sonarPassword
Browse files Browse the repository at this point in the history
SonarQube requires 12 characters passwords now
  • Loading branch information
davewichers authored Jan 17, 2025
2 parents c57e4e2 + 2354a91 commit a3e11b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runSonarQube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sonar_host="http://localhost:$sonar_port"
sonar_project="benchmark"
sonar_user="admin"
sonar_default_password="admin"
sonar_password="password"
sonar_password="PasswordWithNumb3rsAndSpecialCharacters!"

echo "Creating temporary SonarQube instance"

Expand Down

0 comments on commit a3e11b7

Please sign in to comment.