Template for a good new topic, formatted with Markdown:
- ALM used: GitHub
- CI system used: GitHub Actions
- Languages of the repository: Dart
I purchased a SonarCloud licence to analyse our Flutter app which is build with GitHub Actions. Now I learned that the Sonar Flutter doesn’t seem to be compatible with SonarCloud. It is only for SonarQube which was a surprise and I wonder if I still need the SonarCloud licence.
Is it possible to run a DockerContainer with SonarCloud and the Sonar Flutter plugin on github Actions and then report the result to some place (eventually my SonarCloud account)?
Do you have any suggestions? I will not install SonarQube on premise, only a cloud solution is possible.