I’m using an external Roslyn analyzer and would like to import some issues with the category of Security Hotspot. I see in the documentation that this is supported for bugs, code smells, and vulnerabilities, but don’t see any thing for security hotspots.
I’ve tried setting the property of my category to sonar.cs.roslyn.securityhotspotCategories
in SonarQube.Analysis.xml, to no avail.
I see that Security Hotspots is a new addition, is this something that is just not yet supported, or am I doing something wrong?
I am running SonarQube Version 7.9.1 (build 27448)