Hello, When I run dotnet sonarscanner begin /key:sqa_fc9ce5699c79b46827 command, Sonarqube complains that:
The token you provided doesn't have sufficient rights to check license.
How can I create project token which has full permissions?
Thanks & Regards
Hi,
Is that literally your complete command?
This error is about permissions. Assuming you have rights to analyze the project, go to your user account - click on your avatar at the top-right - then security, generate a token, and pass it in as your sonar.login value.
sonar.login
HTH, Ann