Hey @dedece35
SonarQube Cloud supports the analysis of PRs from forks when using Automatic Analysis. The primary downside of this is that you won’t have coverage information included in the results.
Analyzing PRs from forks using CI-based analysis is a problem since it involves exposing a SonarQube Cloud token to contributors. Some users have tried to find workarounds to this, but they are fairly complicated and not well-supported.
Ideally, we would find a way to integrate test and coverage reports into Automatic Analysis, leaving that as the complete solution to support analysis of PRs from forked repos.