Closed huntantr closed 9 months ago
I wrote a short description how I integrated this plugin in SonarQube https://github.com/henry-1/ScriptAnalyzer_CustomRules/blob/main/readme.md
Meanwhile I managed to integrate the plugin, as well as my custom modules and I am also able to see code coverage. For this all I modified regenerateRulesDefinition.ps1 and scriptAnalyzer.ps1 slightly and wrote and script to translate pester output into the format described in the 'Generic test data' section on the sonarqube web site.
Thanks @hunantr for all your work
Hi @huntantr ,
Did you manage to get everything working?
Have this installed in SonarQube , plus have the PSScriptAnalyzer on the build machine. I know this works as I run it manually. How do I get SonarQube to do the scanning and create issues?