which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube enterprise 9.9.1, scanner 5.0.1
how is SonarQube deployed: zip, Docker, Helm
Docker
what are you trying to achieve
Scan the report json file and display the items from issues array
what have you tried so far to achieve this
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
In my project we use a external analyser which generates a report in json, I’m try to scan the report and show it in sonarqube but when I’m scanning I get error like: “External issues ignored for 1 unknown files, including:/file/path/filename.mp”
and other report also throws similar error.
I’m running the scanner in different location just with the report.json file with me.
I use docker sonarscanner.
Although the file extension is not supported by sonar, and I don’t have the project files (I have only the report.json file with me), I need to run the scanner and extract the content from issues report json file and display it.
can anyone please help me?
Ok, let say Even if I have access to the files, they are not recognized by the SonarQube, the files that I work with has different extensions and those languages/files are not recognized by sonar, but we have a external analyzer that generates the issues report json for sonarqube. can you plz suggest any work arounds?
Any docs or guides I can refer to for the development of custom lang plugin? Also I have an analysed report of the files just need help in figuring out how to attaches issues to files…
Figured a way for attaching issues with files, but now struggling with scanning files under .dir folder,
basically scanner is ignoring the folders that begin with “.” any suggestions?