Update README.md

Co-authored-by: Wouter Admiraal <45544358+wouter-admiraal-sonarsource@users.noreply.github.com>
This commit is contained in:
guillaume-peoch-sonarsource 2022-09-26 14:21:16 +02:00 committed by GitHub
parent 29dc953fa9
commit 0139817ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: