{"id":5792074,"name":"codiga/github-action","ecosystem":"actions","description":"Ensure your code quality meet given standards","homepage":"https://doc.codiga.io","licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/codiga/github-action","keywords_array":["code-quality","code-review","continuous-integration","github-action"],"namespace":"codiga","versions_count":1,"first_release_published_at":"2021-11-10T20:10:41.000Z","latest_release_published_at":"2021-11-10T20:10:41.000Z","latest_release_number":"v1","last_synced_at":"2026-03-15T05:06:33.343Z","created_at":"2023-01-03T21:50:01.264Z","updated_at":"2026-03-15T05:06:33.343Z","registry_url":"https://github.com/codiga/github-action","install_command":null,"documentation_url":null,"metadata":{"name":"Codiga GitHub action","description":"Ensure your code quality meet given standards","inputs":{"repo_token":{"description":"Token to checkout the repository.","required":true},"codiga_api_token":{"description":"API Token to access Codiga. Set to none if you use access and secret keys","required":true,"default":""},"min_quality_grade":{"description":"Minimum grade. Valid options are EXCELLENT, GOOD, NEUTRAL, WARNING, CRITICAL. Leave blank to ignore.","required":true,"default":""},"min_quality_score":{"description":"Minimum quality score from 0 (worst) to 100 (best)","required":true,"default":"0"},"max_defects_rate":{"description":"Maximum defect rate per line of code (e.g. 0.01 for 1 defect per 100 lines of code). Leave 0 to ignore.","required":true,"default":"0"},"max_complex_functions_rate":{"description":"Maximum number of complex functions rate (e.g. number of complex functions / number of functions). Leave 0 to ignore.","required":true,"default":"0"},"max_long_functions_rate":{"description":"Maximum number of long functions rate (e.g. number of long functions / number of functions). Leave 0 to ignore.","required":true,"default":"0"},"project_name":{"description":"Project on codiga. Will use the preferences of this analysis. Leave blank and no preferences are used","required":true,"default":""},"max_timeout_sec":{"description":"Timeout before giving up (in case analysis takes too long). Default is 10 minutes","required":true,"default":"600"},"force_ref":{"description":"Force the GitHub action to analyze a given ref. Leave to none if you want to analyze branch being pushed (default)","required":true,"default":"none"}},"branding":{"icon":"search","color":"blue"},"runs":{"using":"docker","image":"Dockerfile","args":["${{ inputs.min_quality_grade }}","${{ inputs.min_quality_score }}","${{ inputs.max_defects_rate }}","${{ inputs.max_complex_functions_rate }}","${{ inputs.max_long_functions_rate }}","${{ inputs.project_name }}","${{ inputs.max_timeout_sec }}","${{ inputs.force_ref }}"]},"default_branch":"master","path":null},"repo_metadata":{"id":65159340,"uuid":"426718113","full_name":"codiga/github-action","owner":"codiga","description":"GitHub Action for Code Inspector","archived":true,"fork":true,"pushed_at":"2023-05-04T17:06:32.000Z","size":3933,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-02T03:31:53.205Z","etag":null,"topics":["code-quality","code-review","continuous-integration","github-action"],"latest_commit_sha":null,"homepage":"https://doc.codiga.io","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"georgismitev/github-action","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codiga.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}},"created_at":"2021-11-10T17:39:52.000Z","updated_at":"2025-08-27T12:29:06.000Z","dependencies_parsed_at":"2023-01-04T12:36:47.306Z","dependency_job_id":null,"html_url":"https://github.com/codiga/github-action","commit_stats":{"total_commits":24,"total_committers":4,"mean_commits":6.0,"dds":0.375,"last_synced_commit":"d67751f92e8c30c32926e2b71d12fd4d1a53053a"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codiga/github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiga%2Fgithub-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiga%2Fgithub-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiga%2Fgithub-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiga%2Fgithub-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codiga","download_url":"https://codeload.github.com/codiga/github-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiga%2Fgithub-action/sbom","scorecard":{"id":298137,"data":{"date":"2025-08-11","repo":{"name":"github.com/codiga/github-action","commit":"322b2629b04d4ac684ac35556eaa37c5f123984a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":0,"reason":"Found 0/26 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/codiga/github-action/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/codiga/github-action/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/codiga/github-action/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/codiga/github-action/stale.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating alpine:3.14 to alpine:3.14@sha256:0f2d5c38dd7a4f4f733e688e3a6733cb5ab1ac6e3cb4603a5dd564e5bfb80eed","Warn: pipCommand not pinned by hash: Dockerfile:7","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}}]},"last_synced_at":"2025-08-17T20:02:18.889Z","repository_id":65159340,"created_at":"2025-08-17T20:02:18.889Z","updated_at":"2025-08-17T20:02:18.889Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273227222,"owners_count":25067684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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"},"owner_record":{"login":"codiga","name":"Codiga","uuid":"85802440","kind":"organization","description":"Write better code, faster. Codiga is now part of @DataDog ","email":"hello@codiga.io","website":"https://www.codiga.io","location":"United States of America","twitter":"getcodiga","company":null,"icon_url":"https://avatars.githubusercontent.com/u/85802440?v=4","repositories_count":18,"last_synced_at":"2024-04-15T11:04:00.738Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/codiga","funding_links":[],"total_stars":139,"followers":53,"following":0,"created_at":"2022-11-16T01:31:58.851Z","updated_at":"2024-04-15T11:04:03.742Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codiga","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codiga/repositories"},"tags":[{"name":"v1","sha":"bb1f666a4e021c580d3a49df30ee59b90d7cad55","kind":"commit","published_at":"2021-11-10T20:10:41.000Z","download_url":"https://codeload.github.com/codiga/github-action/tar.gz/v1","html_url":"https://github.com/codiga/github-action/releases/tag/v1","dependencies_parsed_at":"2023-06-02T01:26:28.573Z","dependency_job_id":null,"purl":"pkg:github/codiga/github-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiga%2Fgithub-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiga%2Fgithub-action/tags/v1/manifests"}]},"repo_metadata_updated_at":"2025-09-02T03:58:53.700Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":29,"rankings":{"downloads":null,"dependent_repos_count":8.179369355094279,"dependent_packages_count":0.0,"stargazers_count":14.28299794010458,"forks_count":11.04103945491998,"docker_downloads_count":null,"average":8.37585168752971},"purl":"pkg:githubactions/codiga/github-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/codiga/github-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/codiga/github-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/codiga/github-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T08:13:09.486Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiga%2Fgithub-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codiga%2Fgithub-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codiga%2Fgithub-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codiga%2Fgithub-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codiga%2Fgithub-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codiga%2Fgithub-action/codemeta","maintainers":[]}