{"id":17449302,"url":"https://github.com/heiso/sonarqube-scanner","last_synced_at":"2026-06-23T03:31:39.073Z","repository":{"id":146936475,"uuid":"153250322","full_name":"heiso/sonarqube-scanner","owner":"heiso","description":"Scan a project codebase with sonar-scanner and send results to a Sonarqube server","archived":false,"fork":false,"pushed_at":"2018-10-16T15:19:36.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-20T04:46:37.930Z","etag":null,"topics":["docker","docker-image","sonar-scanner","sonarqube"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heiso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-10-16T08:29:37.000Z","updated_at":"2018-10-16T15:19:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"6842e5a3-6140-4223-90f3-a960d6332b41","html_url":"https://github.com/heiso/sonarqube-scanner","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/heiso/sonarqube-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiso%2Fsonarqube-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiso%2Fsonarqube-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiso%2Fsonarqube-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiso%2Fsonarqube-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heiso","download_url":"https://codeload.github.com/heiso/sonarqube-scanner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiso%2Fsonarqube-scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34674702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["docker","docker-image","sonar-scanner","sonarqube"],"created_at":"2024-10-17T21:10:58.309Z","updated_at":"2026-06-23T03:31:39.056Z","avatar_url":"https://github.com/heiso.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Docker Hub - sonarqube-scanner](https://hub.docker.com/r/heiso/sonarqube-scanner)\n\n**This docker image do not include a sonarqube server.**\nIts only purpose is to scan a project codebase and send results to a living Sonarqube server.\nThe default sonar-scanner version used is 3.2.0.1227\n\n# Usage\nThis image will expose sonar-scanner from https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner so you can use any command sonar-scanner could use.\n\nSimple example\n\n```bash\ndocker run \\\n  -v $(pwd):/mnt/app \\\n  heiso/sonarqube-scanner \\\n  -Dsonar.host.url=https://my.sonarqube.server \\\n  -Dsonar.projectKey=myProject \\\n  -Dsonar.sources=./src \\\n  -Dsonar.login=\u003ctoken\u003e\n```\n\nExample with a sonar-project.properties\n\n```bash\ndocker run \\\n  -v $(pwd):/mnt/app \\\n  heiso/sonarqube-scanner \\\n  -Dproject.settings=/mnt/app/sonar-project.properties\n```\n\nIt's also possible to use another version of sonar-scanner by setting the VERSION environment variable\n\n```bash\ndocker run \\\n  -v $(pwd):/mnt/app \\\n  -e VERSION=\u003cversion number\u003e \\\n  heiso/sonarqube-scanner \\\n  -Dproject.settings=/mnt/app/sonar-project.properties\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheiso%2Fsonarqube-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheiso%2Fsonarqube-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheiso%2Fsonarqube-scanner/lists"}