-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQSCANGHA-54 Rebranding #152
Conversation
020b7e4
to
2c410e9
Compare
27a21d0
to
7f30be4
Compare
51a9d67
to
a9c2193
Compare
7f30be4
to
6562c6f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minot comments then LGTM
README.md
Outdated
- *`GITHUB_TOKEN` – Provided by Github (see [Authenticating with the GITHUB_TOKEN](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token)).* | ||
- `SONAR_HOST_URL` – **Required** this tells the scanner where SonarQube is hosted. | ||
- For SonarQube Server: you can set the `SONAR_HOST_URL` environment variable in the "Variables" settings page of your repository, or you can add them at the level of your GitHub organization (recommended). | ||
- For SonarQube Cloud: it should be set to `https://sonarcloud.io`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the default for new scanners, so I think you can drop this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I didn't know, that's great! I have changed to text to reflect that.
This simplifies the migration of users from sonarcloud-github-action
to sonarqube-scan-action
, as, apart from the change of action, it should work out of the box without any argument or env var change, so it's basically a drop-in replacement!
README.md
Outdated
- `SONAR_HOST_URL` – **Required** this tells the scanner where SonarQube is hosted. | ||
- For SonarQube Server: you can set the `SONAR_HOST_URL` environment variable in the "Variables" settings page of your repository, or you can add them at the level of your GitHub organization (recommended). | ||
- For SonarQube Cloud: it should be set to `https://sonarcloud.io`. | ||
- `SONAR_ROOT_CERT` – Holds an additional root certificate (in PEM format) that is used to validate the SonarQube Server certificate. You can set the `SONAR_ROOT_CERT` environment variable in the "Secrets" settings page of your repository, or you can add them at the level of your GitHub organization (recommended). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can also be useful for SonarQube Cloud, in case of a proxy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, I have changed the text to reflect that.
c818325
to
32fe329
Compare
Rebrand the GitHub Action as "SonarQube Server and Cloud". Main changes are:
Prerequisite for the deprecation of the GitHub Action for SonarCloud.
The base of this PR is #151, as it builds on top of it.The PR is kept in draft to avoid accidental merging.#151 has been merged, so this PR now targets
dev
.