For a dot net core 3.2 application, can we use SonarQube for Static Application Security Testing (SAST)? If not, then what could be the alternatives. I am from the Java background and I am aware that plugins like FindSecBugs can be used with SonarQube for Java source code.
Thanks.