Sonar Scanner Code Quality Checks Failing Since Upgrading to v8.00

We are using Azure DevOps where we have implemented Sonar Cloud to runs within our Dockerfiles - we use the dotnet install command to install dotnet-sonarscanner during our build which then performs analysis of the code that is being built.

The analysis is successful - it generates a link to view the results - however - browsing to the link returns a 404 and the pull request cannot be found inside of Sonar Cloud:

After the build is complete the quality gates that we have in place return as broken - all of them come back with ‘Failed to check Code Quality’

Switching back to an older version of Sonar Scanner (e.g. 7.1.1) resolves this issue.

Hey there.

  • Is the link generated at the end of the analysis the exact same, or is there any difference?
  • Are you logged into SonarCloud?