I have my project set up on SonarCloud and scanning manually. I’m trying to introduce pull request scanning, but can’t quite figure out how to pass the SONAR_TOKEN to the job.
I have the token set up in my GitHub project as a secret, but secrets are not passed into pull requests that come from other forks due to security reasons.
How do I get around this so that my pull requests get scanned?