mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
Update README.md
Co-authored-by: Wouter Admiraal <45544358+wouter-admiraal-sonarsource@users.noreply.github.com>
This commit is contained in:
parent
29dc953fa9
commit
0139817ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ If your sonarqube server users a self-signed certificate, you can pass a root ce
|
|||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||
SONAR_ROOT_CERT: %{{ secrets.SONAR_ROOT_CERT }}
|
||||
SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}
|
||||
```
|
||||
|
||||
You can change the analysis base directory by using the optional input `projectBaseDir` like this:
|
||||
|
|
|
|||
Loading…
Reference in a new issue