Closed sawilde closed 8 years ago
tought i add that thing implemented. i will check. should be easy fix
by the way, you should be able to use c++ plugin from nemo. and i far as i saw they do have some wrapper already going on. i havent tried however you might not need this anymore
:) baby steps
I've had a go at fixing it by allowing the use of a pseudo switch sonar.token
that will set the username to the token and the password to blank and then use a another flag to stop the default password form being added or supplied to the Sonar Build Runner exe
looks good, make pr i will merge it. thanks. got myself in the middle of other stuff meanwhile
@sawilde after checking this a bit better, i opted to use the /sonar.login=token since its the way the sonar scanner works and visual studio extension (plus there are already 2 many switchs there :)). you can get latest release 1.9.5 and try out. should work
no worries - I just wanted to spike out a possibility for you as I was not familiar with the code.
nemo.sonarsource.org uses tokens in the
/d:sonar.login
and so there is no/d:sonar.password
field required however the build runner defaults this to option toadmin
if not supplied.Also because the token is also the password we should refrain from dumping this information to the console and treat it as sensitive data.