SonarLint and Sonarqube Server Community edition issue

Community Build v25.9.0.112764

Deployed through Openshift helm chart

Trying to use visual studio code sonarqube for ide and use connected mode

I did not enable any custom rules it is all default, but I am having discrepancy in the number of findings. The code is in python.

Here are some examples.

image

In the logs there is no error it is all exit status 200

Hi,

Welcome to the community!

I’m not understanding what the discrepancy is. Can you elaborate?

 
Thx,
Ann

Hi,

I have 200 security hotspots in my sonarqube server, but in my sonarqube for IDE, it only flag out 100. So there is about a 100 issues not being flagged out

Hi,

Can you share the version of SonarQube for IDE you’re using? Can you also share a verbose log from IDE startup to where you’re expecting to see the SecurityHotspots, but don’t?

Off-hand, this sounds like a pagination problem, but let’s see what the logs say.

Also, and for context, SonarQube for IDE is not intended to be a full code inspection tool, but an aide for active coding. The idea is to see issues in the code files you’re currently working in, not to browse all issues.

 
Thx,
Ann

SonarQube for IDE.log (10.1 KB)

Hi Ann, thanks for replying.

Here is the logs and I am using SonarQube for IDE v4.34.0

Sorry the log was not complete. Here is the full log from start up to scan.

SonarQube for IDE.log (19.0 KB)

Here is an example of the differences in findings. As you can see in the IDE there is only 10 results, but in the UI there is 50 results when i do a pysonar scan.

image

Hi,

Thanks for the log. I’ve flagged this for the team.

 
Ann