In our pipeline we automatically create projects in SonarQube by running the sonar scanner in our pipeline. We would like to setup pull request decoration. The documentation here suggests that we need to bind every project manually to Github.
Is there a way to automatically bind projects that are created automatically from a solar scanner run?
It is a Github Actions pipeline but we do not use a sonar action. We rely on the gradle plugin to perform the scanning. We will try it and see if projects are automatically bound. Thanks for the suggestion.