From 4676d9fc8b3a6adbfb87773e0aea362b266132db Mon Sep 17 00:00:00 2001 From: Antonio Aversa Date: Fri, 29 Nov 2024 09:47:22 +0100 Subject: [PATCH] Update README.md Co-authored-by: Julien HENRY --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77ada09..c9ad1b0 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ More information about possible analysis parameters can be found: - `SONAR_HOST_URL` – this tells the scanner where SonarQube Server is hosted. You can set the `SONAR_HOST_URL` environment variable in the "Variables" settings page of your repository, or you can add them at the level of your GitHub organization (recommended). Not needed for SonarQube Cloud. - `SONAR_ROOT_CERT` – Holds an additional root certificate (in PEM format) that is used to validate the certificate of SonarQube Server or of a secured proxy to SonarQube (Server or Cloud). You can set the `SONAR_ROOT_CERT` environment variable in the "Secrets" settings page of your repository, or you can add them at the level of your GitHub organization (recommended). -Here is an example of how you can pass a root certificate (in PEM format) to the Java certificate store: +Here is an example of how you can pass a certificate (in PEM format) to the Scanner truststore: ```yaml - uses: sonarsource/sonarqube-scan-action@