{"id":5805004,"name":"rtCamp/action-phpcs-code-review","ecosystem":"actions","description":"This will run phpcs on PRs","homepage":"https://github.com/rtCamp/github-actions-library","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/rtCamp/action-phpcs-code-review","keywords_array":["github-actions","php","phpcs","phpcs-report","tier-2"],"namespace":"rtCamp","versions_count":13,"first_release_published_at":"2019-03-20T08:46:16.000Z","latest_release_published_at":"2025-06-04T16:31:21.000Z","latest_release_number":"v3.1.1","last_synced_at":"2026-05-23T14:56:01.763Z","created_at":"2023-01-04T15:19:02.729Z","updated_at":"2026-05-23T15:44:01.701Z","registry_url":"https://github.com/rtCamp/action-phpcs-code-review","install_command":null,"documentation_url":null,"metadata":{"name":"PHPCS Code Review","description":"This will run phpcs on PRs","author":"rtCamp","runs":{"using":"docker","image":"docker://ghcr.io/rtcamp/action-phpcs-code-review:v3.1.1"},"branding":{"icon":"check-circle","color":"green"},"default_branch":"master","path":null},"repo_metadata":{"id":42431428,"uuid":"176690813","full_name":"rtCamp/action-phpcs-code-review","owner":"rtCamp","description":"Github Action to perform automated code review on pull requests","archived":false,"fork":false,"pushed_at":"2026-04-13T07:27:12.000Z","size":433,"stargazers_count":114,"open_issues_count":17,"forks_count":28,"subscribers_count":31,"default_branch":"master","last_synced_at":"2026-04-16T13:05:06.147Z","etag":null,"topics":["github-actions","php","phpcs","phpcs-report","tier-2"],"latest_commit_sha":null,"homepage":"https://github.com/rtCamp/github-actions-library","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rtCamp.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}},"created_at":"2019-03-20T08:42:19.000Z","updated_at":"2026-03-20T11:45:50.000Z","dependencies_parsed_at":"2023-01-11T17:22:11.970Z","dependency_job_id":"6ec87c07-7b64-4e0a-a480-d7bb1d803059","html_url":"https://github.com/rtCamp/action-phpcs-code-review","commit_stats":{"total_commits":117,"total_committers":16,"mean_commits":7.3125,"dds":0.6068376068376069,"last_synced_commit":"12b2bf4996526ce84c48ced863fe1579f1dd73ee"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/rtCamp/action-phpcs-code-review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtCamp%2Faction-phpcs-code-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtCamp%2Faction-phpcs-code-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtCamp%2Faction-phpcs-code-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtCamp%2Faction-phpcs-code-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtCamp","download_url":"https://codeload.github.com/rtCamp/action-phpcs-code-review/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtCamp%2Faction-phpcs-code-review/sbom","scorecard":{"id":787932,"data":{"date":"2025-08-11","repo":{"name":"github.com/rtCamp/action-phpcs-code-review","commit":"fa47f3f2edd41a479d7f02688caf6fbdaba29175"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"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":1,"reason":"Found 1/9 approved changesets -- score normalized to 1","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":"Maintained","score":0,"reason":"1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/build.yml:8","Warn: topLevel 'packages' permission set to 'write': .github/workflows/build.yml:9","Warn: no topLevel permission defined: .github/workflows/release.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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT 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":"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/build.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/rtCamp/action-phpcs-code-review/build.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/rtCamp/action-phpcs-code-review/build.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/rtCamp/action-phpcs-code-review/release.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: downloadThenRun not pinned by hash: Dockerfile:60-62","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned","Info:   0 out of   1 containerImage 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":"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":"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"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T06:36:04.114Z","repository_id":42431428,"created_at":"2025-08-23T06:36:04.115Z","updated_at":"2025-08-23T06:36:04.115Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33400251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: 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"},"tags":[]},"repo_metadata_updated_at":"2026-05-23T15:44:01.701Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":37,"rankings":{"downloads":null,"dependent_repos_count":7.345903977182696,"dependent_packages_count":0.0,"stargazers_count":1.9553161147203295,"forks_count":2.4718745048328317,"docker_downloads_count":null,"average":2.9432736491839644},"purl":"pkg:githubactions/rtCamp/action-phpcs-code-review","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/rtCamp/action-phpcs-code-review","docker_dependents_count":1,"docker_downloads_count":14,"usage_url":"https://repos.ecosyste.ms/usage/actions/rtCamp/action-phpcs-code-review","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/rtCamp/action-phpcs-code-review/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-05-31T19:34:36.811Z","issues_count":34,"pull_requests_count":30,"avg_time_to_close_issue":2367309.1904761903,"avg_time_to_close_pull_request":857176.7,"issues_closed_count":21,"pull_requests_closed_count":30,"pull_request_authors_count":11,"issue_authors_count":28,"avg_comments_per_issue":2.5588235294117645,"avg_comments_per_pull_request":0.36666666666666664,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":326.6666666666667,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtCamp%2Faction-phpcs-code-review/issues","maintainers":[{"login":"mrrobot47","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mrrobot47"},{"login":"dhsathiya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dhsathiya"},{"login":"thelovekesh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thelovekesh"},{"login":"iamimmanuelraj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iamimmanuelraj"}],"active_maintainers":[{"login":"mrrobot47","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mrrobot47"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rtCamp%2Faction-phpcs-code-review/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rtCamp%2Faction-phpcs-code-review/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rtCamp%2Faction-phpcs-code-review/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rtCamp%2Faction-phpcs-code-review/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rtCamp%2Faction-phpcs-code-review/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rtCamp%2Faction-phpcs-code-review/codemeta","maintainers":[]}