Step by step guide to integrate code in tfvc repository in azure devops to sonarqube cloud

Hello Team,

Please let me know if sonarqube cloud supports code in tfvc repository azure devops? If yes, please provide step by step guide to integrate code in tfvc repository to sonarqube cloud.

Hey there.

SonarQube Cloud supports analyzing code as long as it’s sitting on a filesystem somewhere (your machine, downloaded to a build agent in your CI/CD pipeline) and the Scanner is executed against that code.

TFVC isn’t supported in SonarQube Cloud the same way that Git repositories are. You’ll need to create a project manually (rather than being bound to a repo) and follow the tutorial in the SonarQube Cloud UI to get your first analysis.