Integrate SonarQube with your AI agent, scan for secrets and dependency risks, and explore and manage issues—all from the command line.
Start using SonarQube CLI
Using VS Code with the sonarlint plugin - SonarQube version 10.1.0.73491. The project is created on the server and has issues reported, but I don’t see any in VS Code. I “think” it is having problems connecting to the server, but I am using the same token as I did to build the project.
Looks like something is not authenticating, but the token is valid (at least I think it is). I do think we useed a different token to build the project, than we are in Sonarlint - is that a problem?
User Tokens are generated by your SonarQube instance. Note that a user token is the only token type that works with Connected Mode. In SonarQube, go to https://<your-sonarqube-url>/account/security/ to generate a new user token.
You do need to use a different token than the one to build the project.