I have a use case where I have to send issues to sonarqube from another tool.
So I generate a json with the data I want to send and I use this command:
My problem is that as soon as I run this command all my repo is scanned in addition to sending my external issues to my sonarqube.
So I would like to know if there is a way or an option to only send the issues stored in my json file without scanning all my repo.
My sonarqube version is the Enterprise Edition Version 9.3
There’s no way to update an analysis with “late breaking” information. The only way to get these extra issues into SonarQube is to feed in your report during analysis - which is always going to be a full analysis.