I have a requirement where in if a developer commits code in git Sonarqube should automatically do a code analysis and display in the dash board. Sonarqube is in AWS Ubuntu instance. Code is written in c#?
I have installed Sonarqube ,Git and sonar Github plugin and generated ssh-key for sonar and copied to git. In Github plugin for GitHub API Endpoint what should be given? Please let me know any further steps to integrate git commits in Sonarqube?