Issue with integrating PR analysis Sonar Report in Bitbucket

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    SonarQube Version: 9.1.0.47736
    Edition: Licensed Developer edition
  • what are you trying to achieve
    We are trying to implement the pull request analysis and integrate the report into bitbucket.
  • what have you tried so far to achieve this
    We are able to achieve the Sonarqube integration when PR is raised from the feature branch.


    But When we are trying the Sonarqube analysis on PR which is raised from fork, the report is not been integrated into bitbucket, and also sonar violation highlights on PR with Fork are not being displayed as shown in the above image.

How can we enable the PR analysis to work for bitbucket forks as same as feature branches?