mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-14 18:31:14 +00:00
Update entrypoint.sh
This commit is contained in:
parent
6992403196
commit
7c926bc002
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ if [[ -z "${SONAR_HOST_URL}" ]]; then
|
|||
fi
|
||||
|
||||
if [[ -n "${SONAR_ROOT_CERT}" ]]; then
|
||||
#echo "Adding custom root certificate to java certificate store"
|
||||
echo "Adding custom root certificate to java certificate store"
|
||||
#rm -f /tmp/tmpcert.pem
|
||||
#echo "${SONAR_ROOT_CERT}" > /tmp/tmpcert.pem
|
||||
#keytool -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt -trustcacerts -importcert -alias sonarqube -file /tmp/tmpcert.pem
|
||||
|
|
|
|||
Loading…
Reference in a new issue