Skip to content

Commit

Permalink
Code review: remove SONAR_HOST_URL from Cloud sections of the README
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaversa committed Dec 12, 2024
1 parent 258957a commit 83f074b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ jobs:
fetch-depth: 0
- name: Install Build Wrapper
uses: sonarsource/sonarqube-scan-action/install-build-wrapper@<action version>
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
Expand All @@ -204,7 +202,6 @@ jobs:
uses: sonarsource/sonarqube-scan-action@<action version>
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}
with:
args: |
Expand Down

0 comments on commit 83f074b

Please sign in to comment.