{"id":7740670,"name":"simplelocalize/github-action-cli","ecosystem":"actions","description":"Manage localization files with SimpleLocalize Github Action","homepage":"https://simplelocalize.io","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/simplelocalize/github-action-cli","keywords_array":["actions-localization","i18n-automation","localization-actions"],"namespace":"simplelocalize","versions_count":5,"first_release_published_at":"2023-04-13T11:59:27.000Z","latest_release_published_at":"2025-08-06T10:39:35.000Z","latest_release_number":"v5","last_synced_at":"2026-03-23T17:48:15.728Z","created_at":"2023-05-16T20:38:10.885Z","updated_at":"2026-03-23T17:48:15.728Z","registry_url":"https://github.com/simplelocalize/github-action-cli","install_command":null,"documentation_url":null,"metadata":{"name":"Invoke SimpleLocalize CLI command","description":"Manage localization files with SimpleLocalize Github Action","author":"SimpleLocalize","branding":{"icon":"globe","color":"blue"},"inputs":{"command":{"description":"Choose a CLI command to execute. Commands: https://simplelocalize.io/docs/cli/get-started/","required":true,"default":"status"},"cli-version":{"description":"Choose a CLI version. Versions: https://github.com/simplelocalize/simplelocalize-cli/releases","required":true,"default":"2.9.0"},"api-key":{"description":"Project API Key","required":false,"default":""},"args":{"description":"Custom arguments for the CLI command","required":false,"default":""}},"runs":{"using":"composite","steps":[{"name":"Setup Java","uses":"actions/setup-java@v4","with":{"distribution":"temurin","java-version":"21"}},{"name":"Print inputs","run":"echo \"command: ${{ inputs.command }}\"\necho \"cli-version: ${{ inputs.cli-version }}\"\necho \"args: ${{ inputs.args }}\"\n","shell":"bash"},{"name":"Download SimpleLocalize CLI","run":"curl -o simplelocalize.jar https://get.simplelocalize.io/binaries/${{ inputs.cli-version }}/simplelocalize-cli-${{ inputs.cli-version }}.jar","shell":"bash"},{"name":"Execute SimpleLocalize CLI Command","run":"java -jar simplelocalize.jar ${{ inputs.command }} ${{ inputs.api-key \u0026\u0026 '--apiKey' }} ${{ inputs.api-key }} ${{ inputs.args }}","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":166115489,"uuid":"627329299","full_name":"simplelocalize/github-action-cli","owner":"simplelocalize","description":"Manage localization files with SimpleLocalize Github Action","archived":false,"fork":false,"pushed_at":"2025-08-06T10:41:15.000Z","size":26753,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-30T17:58:07.987Z","etag":null,"topics":["actions-localization","i18n-automation","localization-actions"],"latest_commit_sha":null,"homepage":"https://simplelocalize.io","language":null,"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/simplelocalize.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,"zenodo":null}},"created_at":"2023-04-13T08:38:29.000Z","updated_at":"2025-08-06T10:41:18.000Z","dependencies_parsed_at":"2025-08-06T12:14:59.651Z","dependency_job_id":"9a7be5b3-95fa-425a-8139-371a4320bc63","html_url":"https://github.com/simplelocalize/github-action-cli","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/simplelocalize/github-action-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplelocalize","download_url":"https://codeload.github.com/simplelocalize/github-action-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/sbom","scorecard":{"id":825602,"data":{"date":"2025-08-18","repo":{"name":"github.com/simplelocalize/github-action-cli","commit":"ca51522032533219a7d94bd140bec4634274c842"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":3.3,"checks":[{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/run-test.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/simplelocalize/github-action-cli/run-test.yml/main?enable=pin","Info:   0 out of   1 third-party GitHubAction 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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#pinned-dependencies"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/29 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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"name":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/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/run-test.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/40576783fda6698350fcbbeaea760ff827433034/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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"License","score":0,"reason":"license file not detected","details":["Warn: project does not have a license file"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"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/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/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 2 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:34:14.252Z","repository_id":166115489,"created_at":"2025-08-23T16:34:14.252Z","updated_at":"2025-08-23T16:34:14.252Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278986011,"owners_count":26080579,"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-10-08T02:00:06.501Z","response_time":56,"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":"simplelocalize","name":"SimpleLocalize","uuid":"47789517","kind":"organization","description":"AI-translate your application without changing your code.","email":"contact@simplelocalize.io","website":"https://simplelocalize.io","location":"Poland","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/47789517?v=4","repositories_count":30,"last_synced_at":"2025-09-30T17:49:00.642Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/simplelocalize","funding_links":[],"total_stars":129,"followers":27,"following":0,"created_at":"2022-11-16T16:05:42.350Z","updated_at":"2025-09-30T17:49:00.643Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplelocalize","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplelocalize/repositories"},"tags":[{"name":"v5","sha":"b1c86f8f38ec4c5d5e835ae8165d1792269bae0d","kind":"commit","published_at":"2025-08-06T10:39:35.000Z","download_url":"https://codeload.github.com/simplelocalize/github-action-cli/tar.gz/v5","html_url":"https://github.com/simplelocalize/github-action-cli/releases/tag/v5","dependencies_parsed_at":null,"dependency_job_id":"33c6fa1e-30a5-4401-8eef-07521b3364f6","purl":"pkg:github/simplelocalize/github-action-cli@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags/v5/manifests"},{"name":"v4","sha":"f8493b8002df00ca8c5495580a38f893115d9dd1","kind":"commit","published_at":"2025-04-11T08:12:26.000Z","download_url":"https://codeload.github.com/simplelocalize/github-action-cli/tar.gz/v4","html_url":"https://github.com/simplelocalize/github-action-cli/releases/tag/v4","dependencies_parsed_at":"2025-04-17T08:13:50.980Z","dependency_job_id":null,"purl":"pkg:github/simplelocalize/github-action-cli@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags/v4/manifests"},{"name":"v3","sha":"ed782d8a0a4604f88370eb854c4613d485009387","kind":"commit","published_at":"2024-08-23T07:25:06.000Z","download_url":"https://codeload.github.com/simplelocalize/github-action-cli/tar.gz/v3","html_url":"https://github.com/simplelocalize/github-action-cli/releases/tag/v3","dependencies_parsed_at":"2024-08-29T05:06:16.550Z","dependency_job_id":null,"purl":"pkg:github/simplelocalize/github-action-cli@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags/v3/manifests"},{"name":"v2","sha":"f3515835603972912ba6d6ee930fc500c5920278","kind":"commit","published_at":"2023-09-15T13:01:00.000Z","download_url":"https://codeload.github.com/simplelocalize/github-action-cli/tar.gz/v2","html_url":"https://github.com/simplelocalize/github-action-cli/releases/tag/v2","dependencies_parsed_at":"2023-09-17T04:11:05.127Z","dependency_job_id":null,"purl":"pkg:github/simplelocalize/github-action-cli@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags/v2/manifests"},{"name":"v1","sha":"2b786f173f2eb034acb7a48670053cd9fedad958","kind":"commit","published_at":"2023-04-13T11:59:27.000Z","download_url":"https://codeload.github.com/simplelocalize/github-action-cli/tar.gz/v1","html_url":"https://github.com/simplelocalize/github-action-cli/releases/tag/v1","dependencies_parsed_at":"2023-07-20T14:00:24.480Z","dependency_job_id":null,"purl":"pkg:github/simplelocalize/github-action-cli@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplelocalize%2Fgithub-action-cli/tags/v1/manifests"}]},"repo_metadata_updated_at":"2025-10-10T12:50:45.108Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.756773886864206,"dependent_packages_count":0.0,"stargazers_count":48.261765171922036,"forks_count":35.11012517826018,"docker_downloads_count":null,"average":27.032166059261606},"purl":"pkg:githubactions/simplelocalize/github-action-cli","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/simplelocalize/github-action-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/simplelocalize/github-action-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/simplelocalize/github-action-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-07T01:50:12.144Z","issues_count":2,"pull_requests_count":1,"avg_time_to_close_issue":9913279.5,"avg_time_to_close_pull_request":9.0,"issues_closed_count":2,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":2,"avg_comments_per_issue":1.5,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":9913279.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":1.5,"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/simplelocalize%2Fgithub-action-cli/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simplelocalize%2Fgithub-action-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simplelocalize%2Fgithub-action-cli/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simplelocalize%2Fgithub-action-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simplelocalize%2Fgithub-action-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/simplelocalize%2Fgithub-action-cli/codemeta","maintainers":[]}