Sonarqube๐ฃ
Overview๐ฃ
SonarQube is an open-source platform for continuous inspection of code to perform automatic reviews with static analysis to detect bugs, vulnerabilities.
Dependencies๐ฃ
This package depends on the Node Kernel Mods
How it works๐ฃ
SonarQubeยฎ is an automatic code review tool to detect bugs, vulnerabilities, and code smells in your code. It can integrate with your existing workflow to enable continuous code inspection across your project branches and pull requests. This chart works by deploying an instance of Sonarqube packaged with a postgresql installation that is enabled by default, and disabled within BigBang when an external database connection is specified. To deploy Sonarqube, sonarqube
must be enabled through the addons functionality in the Big Bang values.yaml.
External Resources๐ฃ
If you’d like to learn more about the SonarQube application and its features, see their official documentation.
Please review the BigBang Architecture Document for more information about its role within BigBang.