Template for a good new topic, formatted with Markdown:
- ALM used (Bitbucket Cloud)
- CI system used (Bitbucket Cloud)
- Scanner command used for Pull Request Pipelines
- Languages of the repository: Javascript
- Steps to reproduce
- Have a mono repo configured in SonarCloud and multiple projects bound to the mono repos
- In bitbucket, the mono repo includes the all projects
- Apply quality gate feature for the mono repo in bitbucket pipeline
- When an PR pipeline of the mono repo is completed in bitbucket pipeline, the pipeline does code analysis for some projects in the mono repos and are reported in PR analysis in SonarCloud, there are 1 project failed Quality Gate and reported in SonarCloud. However, in bitbucket PR, it is reported as Quality Gate passed, and was linked to the latest analysis result (which was passed)
Question: For Quality Gate and Bitbucket PR integration, could we support Quality Gate checks for all projects analyzed in mono repository?