Skip to content
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

Add support for sonar.token parameter #1520

Closed
costin-zaharia-sonarsource opened this issue Mar 17, 2023 · 1 comment · Fixed by #1521 or #1546
Closed

Add support for sonar.token parameter #1520

costin-zaharia-sonarsource opened this issue Mar 17, 2023 · 1 comment · Fixed by #1521 or #1546
Assignees
Milestone

Comments

@costin-zaharia-sonarsource
Copy link
Member

sonar.token parameter was introduced on SonarQube and is meant to replace sonar.login and sonar.password parameters. We need to add support for it.

"The properties 'sonar.login' and 'sonar.password' are deprecated. They will not be supported in the future. Please instead use the 'sonar.token' parameter."

Currently the scanner supports a limited set of parameters on the end step.

This setting is not valid in the "end" phase in this version of the C# plugin: sonar.token

@costin-zaharia-sonarsource
Copy link
Member Author

Closing this for now. It turns out that there was a misunderstanding between SonarQube team and PM. This will be implemented at a later point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment