mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
fixup! Update README.md
This commit is contained in:
parent
b64efbf919
commit
d5baa1a06a
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ More information about possible analysis parameters can be found in [the documen
|
|||
- `SONAR_TOKEN` – **Required** this is the token used to authenticate access to SonarQube. You can read more about security tokens [here](https://docs.sonarqube.org/latest/user-guide/user-token/). You can set the `SONAR_TOKEN` environment variable in the "Secrets" settings page of your repository, or you can add them at the level of your GitHub organization (recommended).
|
||||
- `SONAR_HOST_URL` – **Required** this tells the scanner where SonarQube is hosted. You can set the `SONAR_HOST_URL` environment variable in the "Secrets" settings page of your repository, or you can add them at the level of your GitHub organization (recommended).
|
||||
|
||||
## Alternatives if you are in the following situations
|
||||
## Alternatives for Java, .NET, and C/C++ projects
|
||||
|
||||
This GitHub Action will not work for all technologies. If you are in one of the following situations, you should use the following alternatives:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue