From 83f074b1b5232879fa166eb1a21b3c74ce9595c0 Mon Sep 17 00:00:00 2001 From: Antonio Aversa Date: Thu, 12 Dec 2024 12:18:46 +0100 Subject: [PATCH] Code review: remove SONAR_HOST_URL from Cloud sections of the README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 11fb517..33a9b6e 100644 --- a/README.md +++ b/README.md @@ -193,8 +193,6 @@ jobs: fetch-depth: 0 - name: Install Build Wrapper uses: sonarsource/sonarqube-scan-action/install-build-wrapper@ - env: - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - name: Run Build Wrapper run: | # here goes your compilation wrapped with build-wrapper; See https://docs.sonarsource.com/sonarqube/latest/ analyzing-source-code/languages/c-family/#using-build-wrapper for more information @@ -204,7 +202,6 @@ jobs: uses: sonarsource/sonarqube-scan-action@ env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }} with: args: |