Hi everyone,
We’re using SonarQube Cloud with automatic analysis and automatic binding of our GitHub organization and repositories. Here’s how the process currently works:
- When a pull request is opened, SonarQube triggers an analysis, and everything works fine.
- However, when a new commit is pushed to an existing pull request, SonarQube does not trigger a new scan.
Is this a limitation of the integration, or is there a configuration setting I can adjust to ensure that a new scan is triggered when a commit is pushed to a pull request? Alternatively, should I consider switching to a CI-based scan to handle this situation?
Any advice or insights would be greatly appreciated!
Details:
ALM used - GitHub
CI system used - github
Languages of the repository - GO
Thanks in advance!