{"id":27235546,"url":"https://github.com/green-code-initiative/creedengo-java","last_synced_at":"2026-03-05T14:31:21.442Z","repository":{"id":214653282,"uuid":"733658091","full_name":"green-code-initiative/creedengo-java","owner":"green-code-initiative","description":"Reduce the environmental footprint of your Java software programs","archived":false,"fork":false,"pushed_at":"2026-03-03T22:26:43.000Z","size":517,"stargazers_count":21,"open_issues_count":51,"forks_count":48,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-03-04T01:39:26.625Z","etag":null,"topics":["ecodesign","java","sonarqube","sonarqube-plugin"],"latest_commit_sha":null,"homepage":"https://green-code-initiative.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/green-code-initiative.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-19T20:38:40.000Z","updated_at":"2026-03-03T22:12:34.000Z","dependencies_parsed_at":"2024-07-26T14:21:00.897Z","dependency_job_id":"1c10b0fd-cbc4-43de-b001-ca5a0304918e","html_url":"https://github.com/green-code-initiative/creedengo-java","commit_stats":null,"previous_names":["green-code-initiative/ecocode-java","green-code-initiative/creedengo-java"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/green-code-initiative/creedengo-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-code-initiative%2Fcreedengo-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-code-initiative%2Fcreedengo-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-code-initiative%2Fcreedengo-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-code-initiative%2Fcreedengo-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/green-code-initiative","download_url":"https://codeload.github.com/green-code-initiative/creedengo-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-code-initiative%2Fcreedengo-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30130329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ecodesign","java","sonarqube","sonarqube-plugin"],"created_at":"2025-04-10T16:47:11.559Z","updated_at":"2026-03-05T14:31:21.430Z","avatar_url":"https://github.com/green-code-initiative.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"creedengo-java\n===========\n\n_creedengo_ is a collective project aiming to reduce environmental footprint of software at the code level. The goal of\nthe project is to provide a list of static code analyzers to highlight code structures that may have a negative\necological impact: energy and resources over-consumption, \"fatware\", shortening terminals' lifespan, etc.\n\n_creedengo_ is based on evolving catalogs\nof [good practices](https://github.com/green-code-initiative/creedengo-rules-specifications/blob/main/docs/rules), for various technologies.\nThis\nSonarQube plugin then implements these catalogs as rules for scanning your Java projects.\n\n\u003e ⚠️ This is still a very early stage project. Any feedback or contribution will be highly appreciated. Please\n\u003e refer to the contribution section.\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/CODE_OF_CONDUCT.md)\n\n🌿 SonarQube Plugins\n-------------------\n\nThis plugin is part of the creedengo project.\\\nYou can find a list of all our other plugins in\nthe [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-sonarqube-plugins)\n\n🚀 Getting Started\n------------------\n\nYou can give a try with a one command:\n\n```sh\n./mvnw verify -Pkeep-running\n```\n\n... then you can use Java test project repository to test the environment : see [Java test project in `./src/it/test-projects/creedengo-java-plugin-test-project`](./src/it/test-projects/creedengo-java-plugin-test-project)\n\nNB: To install other `creedengo` plugins, you can :\n\n- add JAVA System properties `Dtest-it.additional-plugins` with a comma separated list of plugin IDs (`groupId:artifactId:version`), or plugins JAR (`file://....`) to install.\n\n  For example :\n\n  ```sh\n  ./mvnw verify -Pkeep-running -Dtest-it.additional-plugins=org.sonarsource.javascript:sonar-plugin:10.1.0.21143\n  ```\n- install different creedengo plugins with Marketplace (inside admin panel of SonarQube)\n\nYou can also directly use a [all-in-one docker-compose](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/INSTALL.md#start-sonarqube-if-first-time)\n\n... and configure local SonarQube (security config and quality profile : see [configuration](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/INSTALL.md#configuration-sonarqube) for more details).\n\n🛒 Distribution\n------------------\n\nReady to use binaries are available [from GitHub](https://github.com/green-code-initiative/creedengo-java/releases).\n\n🧩 Compatibility\n-----------------\n\n| Plugin version | SonarQube version     | Java version |\n|----------------|-----------------------|--------------|\n| 1.6.+          | 9.4.+ LTS to 10.6.0   | 11 / 17      |\n| 1.7.+          | 9.9.+ LTS to 10.6.0   | 17           |\n| 2.0.+ / 2.1.+  | 9.9.0 LTS to 25.12.0  | 17           |\n| 2.2.+          | 25.1.+                | 17           |\n| 2.2.+          | 25.2.+ LTS to 25.12.+ | 17 / 21      |\n| 2.2.+          | 26.1.+ LTS to 26.2.+  | 21           |\n\n\u003e Compatibility table of versions lower than 1.4.+ are available from the\n\u003e main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).\n\n🤝 Contribution\n---------------\n\ncheck [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-contribution)\n\n🤓 Main contributors\n--------------------\n\ncheck [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-main-contributors)\n\nLinks\n-----\n\n- https://docs.sonarqube.org/latest/analysis/overview/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreen-code-initiative%2Fcreedengo-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreen-code-initiative%2Fcreedengo-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreen-code-initiative%2Fcreedengo-java/lists"}