{"id":19078277,"url":"https://github.com/petronetto/sonarqube-alpine","last_synced_at":"2026-02-27T05:03:57.404Z","repository":{"id":76827542,"uuid":"107011167","full_name":"petronetto/sonarqube-alpine","owner":"petronetto","description":"Sonar Qube + Sonar Scanner in Alpine Linux","archived":false,"fork":false,"pushed_at":"2017-10-15T15:48:52.000Z","size":305,"stargazers_count":4,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T04:47:41.954Z","etag":null,"topics":["alpine","code-quality","docker","sonar","sonarqube"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petronetto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-15T12:43:47.000Z","updated_at":"2023-03-24T05:39:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2d21486-a193-4ce7-a0d3-019225f31537","html_url":"https://github.com/petronetto/sonarqube-alpine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/petronetto/sonarqube-alpine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petronetto%2Fsonarqube-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petronetto%2Fsonarqube-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petronetto%2Fsonarqube-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petronetto%2Fsonarqube-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petronetto","download_url":"https://codeload.github.com/petronetto/sonarqube-alpine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petronetto%2Fsonarqube-alpine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29885800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","code-quality","docker","sonar","sonarqube"],"created_at":"2024-11-09T02:08:02.638Z","updated_at":"2026-02-27T05:03:57.399Z","avatar_url":"https://github.com/petronetto.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sonar Qube and Sonar Scanner in Alpine Linux\nSonar Qube 6.5  \nSonar Runner 2.5.1  \nAlpine Linux 3.6  \n\n![](https://github.com/petronetto/sonarqube-alpine/blob/master/sonarqube.png)\n\n\n# What is Sonar?\n\nSonar is a web based code quality analysis tool for Maven based Java projects. It covers a wide area of code quality check points which include: Architecture \u0026 Design, Complexity, Duplications, Coding Rules, Potential Bugs, Unit Test etc. Sonar has a rich set of features like what you would get with different tools such as Covertura, PMD, FindBugs, Check Styles combined.\n\n# Getting started\n\n## Using container\n\nSimply run `docker-compose up -d` and go to `http:localhost:9000`.\nWait some seconds until Sonar is ready, and log with `admin` password `admin`, and skip the tutorial.\n\nNow, to perform the code analysis you will need run the Sonar runner, just use the  executable in container, running: `docker exec -it sonarqube sonar-runner`. Wait until analysis finish and check in you dashboard in `http:localhost:9000`.\n\n\u003e Note that you will need a file to config sonar-runner, that file is `sonar-runner.properties`, there is all configs to perform you code analysis. See the example file and sample code for more information.\n\n\n## Installing plugins\n\nSonar Qube comes with some plugins installed, but, if your language isn't available, go to Update Center in `http://localhost:9000/updatecenter/`\n\n\n## Documentacion\nFor more information, access the Sonar Qube docs [Sonar Qube docs](https://docs.sonarqube.org/display/SONAR/Documentation) and [Sonar Runner docs](https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner)\n\n\n# License\n[BSD 3-Clause](https://github.com/petronetto/sonarqube-alpine/blob/master/LICENSE)\n```\nBSD 3-Clause License\n\nCopyright (c) 2017, Juliano Petronetto\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n  contributors may be used to endorse or promote products derived from\n  this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetronetto%2Fsonarqube-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetronetto%2Fsonarqube-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetronetto%2Fsonarqube-alpine/lists"}