Need help with integrating sonarqube on our google ci/cd pipeline with github repository

Hello, I need to integrate sonarqube that resides on google cloud, as soon we trigger a ci/cd pipeline the sonarqube analyze our code and generate a report.
steps:

  1. we push or make a PR on our github repo
  2. gcp cicd pipeline gets triggered
  3. sonarqube analyzes our repo and generates reports

I have tried with several solutions for this, but i am not able to make it work, either sonarqube doesn’t initializes or else if it does, i cant make it work with our github repo.

I am totally new to google cloud and sonarqube, so i may need step by step guide for the same.
Please help me solve this issue.
Thanks.

0 1 905
1 REPLY 1

Sonarqube is a thirdparty application not GCP. The best way of finding a solution might be to post this in a public community like Stackoverflow.

It would have a wider audience and you will be able to discuss the CI/CD pipeline