mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
Update entrypoint.sh
This commit is contained in:
parent
0a2a042a39
commit
03c3ee8bbf
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ if [[ -n "${SONAR_ROOT_CERT}" ]]; then
|
|||
rm -f /tmp/CA_MAIF_ROOTCA.pem
|
||||
echo "${SONAR_ROOT_CERT}" > /tmp/CA_MAIF_ROOTCA.pem
|
||||
keytool -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt -trustcacerts -importcert -alias sonarqube -file /tmp/CA_MAIF_ROOTCA.pem
|
||||
keytool -J-Duser.language=en -noprompt -trustcacerts -keystore /usr/local/openjdk-17/lib/security/cacerts -storepass changeit -alias CA_MAIF_ROOTCA -import -file /tmp/CA_MAIF_ROOTCA.pem
|
||||
fi
|
||||
|
||||
if [[ -f "${INPUT_PROJECTBASEDIR%/}pom.xml" ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue