mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 10:58:28 +00:00
Code review: fix ortography
This commit is contained in:
parent
839486eacf
commit
80f5c54f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ fi
|
|||
# The SSL folder may exist on an uncleaned self-hosted runner
|
||||
SONAR_SSL_FOLDER=~/.sonar/ssl
|
||||
# Use keytool for now, as SonarQube 10.6 and below doesn't support openssl generated keystores
|
||||
# keytool require a password > 6 characters, so we wan't use the default password 'sonar'
|
||||
# keytool requires a password > 6 characters, so we won't use the default password 'sonar'
|
||||
KEYTOOL_MAIN_CLASS=sun.security.tools.keytool.Main
|
||||
SONAR_SSL_TRUSTSTORE_FILE="$SONAR_SSL_FOLDER/truststore.p12"
|
||||
SONAR_SSL_TRUSTSTORE_PASSWORD=changeit
|
||||
|
|
|
|||
Loading…
Reference in a new issue