{"id":8104493,"name":"cloudposse/github-action-sync-docker-repos","ecosystem":"actions","description":"A GitHub Action for Syncing Docker Repositories","homepage":"https://cloudposse.com/accelerate","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/cloudposse/github-action-sync-docker-repos","keywords_array":[],"namespace":"cloudposse","versions_count":2,"first_release_published_at":"2023-08-16T19:36:48.000Z","latest_release_published_at":"2023-08-16T19:36:48.000Z","latest_release_number":"0.0.1","last_synced_at":"2026-05-06T00:33:23.282Z","created_at":"2023-08-16T20:08:57.003Z","updated_at":"2026-05-06T00:33:23.282Z","registry_url":"https://github.com/cloudposse/github-action-sync-docker-repos","install_command":null,"documentation_url":null,"metadata":{"name":"GitHub Action for Syncing Docker Repositories","description":"A GitHub Action for Syncing Docker Repositories","author":"hello@cloudposse.com","branding":{"icon":"terminal","color":"white"},"inputs":{"src":{"description":"The source repository to sync from.","required":true},"src-credentials":{"description":"The source repository credentials.","required":false},"dest":{"description":"The destination repository to sync to.","required":true},"dest-credentials":{"description":"The destination repository credentials.","required":false},"override-arch":{"description":"Override the architecture of the src image.","required":false},"override-os":{"description":"Override the operating system of the src image.","required":false},"override-multi-arch":{"description":"If one of the images in src refers to a list of images, instead of copying just the image which matches the\ncurrent OS and architecture, attempt to copy all of the images in the list, and the list itself.\n","required":false,"default":"true"}},"runs":{"using":"composite","steps":[{"shell":"bash","run":"sudo apt-get update \u0026\u0026 sudo apt-get -y install skopeo"},{"id":"sync","shell":"bash","run":"SRC=\"${{ inputs.src }}\"\nSRC_CREDS=\"${{ inputs.src-credentials }}\"\nDEST=\"${{ inputs.dest }}\"\nDEST_CREDS=\"${{ inputs.dest-credentials }}\"\nOVERRIDE_ARCH=\"${{ inputs.override-arch }}\"\nOVERRIDE_OS=\"${{ inputs.override-os }}\"\nOVERRIDE_MULTI_ARCH=\"${{ inputs.override-multi-arch }}\"\n\nskopeo_command=\"skopeo sync --src docker --dest docker \\\"$SRC\\\" \\\"$DEST\\\"\"\n\nif [ -n \"$SRC_CREDS\" ]; then\n  skopeo_command=\"$skopeo_command --src-creds \\\"$SRC_CREDS\\\"\"\nfi\n\nif [ -n \"$DEST_CREDS\" ]; then\n  skopeo_command=\"$skopeo_command --dest-creds \\\"$DEST_CREDS\\\"\"\nfi\n\nif [ -n \"$OVERRIDE_ARCH\" ]; then\n  skopeo_command=\"$skopeo_command --override-arch \\\"$OVERRIDE_ARCH\\\"\"\nfi\n\nif [ -n \"$OVERRIDE_OS\" ]; then\n  skopeo_command=\"$skopeo_command --override-os \\\"$OVERRIDE_OS\\\"\"\nfi\n\nif [ \"$OVERRIDE_MULTI_ARCH\" == \"true\" ]; then\n  skopeo_command=\"$skopeo_command --all\"\nfi\n\necho \"Running command: $skopeo_command\"\neval \"$skopeo_command\"\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":188581218,"uuid":"678975913","full_name":"cloudposse/github-action-sync-docker-repos","owner":"cloudposse","description":"A GitHub action that syncs two docker repositories","archived":false,"fork":false,"pushed_at":"2025-09-15T20:19:01.000Z","size":18,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T22:24:14.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cloudposse.com/accelerate","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudposse.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},"funding":{"github":"cloudposse"}},"created_at":"2023-08-15T20:34:42.000Z","updated_at":"2025-09-15T20:19:04.000Z","dependencies_parsed_at":"2023-08-16T00:46:17.606Z","dependency_job_id":"a5340c97-decd-46e3-805f-a75a54c65e70","html_url":"https://github.com/cloudposse/github-action-sync-docker-repos","commit_stats":null,"previous_names":["cloudposse/github-action-sync-docker-repos"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cloudposse/github-action-sync-docker-repos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-sync-docker-repos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-sync-docker-repos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-sync-docker-repos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-sync-docker-repos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","download_url":"https://codeload.github.com/cloudposse/github-action-sync-docker-repos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-sync-docker-repos/sbom","scorecard":{"id":293189,"data":{"date":"2025-08-11","repo":{"name":"github.com/cloudposse/github-action-sync-docker-repos","commit":"422a73059ea0db51b0d2b4d47c30fe4013a3e83f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/6 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":"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":"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/branch.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-sync-docker-repos/branch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-sync-docker-repos/release.yml/main?enable=pin","Info:   0 out of   2 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/branch.yml:20","Warn: topLevel 'actions' permission set to 'write': .github/workflows/branch.yml:21","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:8","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":"Maintained","score":0,"reason":"0 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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"Branch-Protection","score":6,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is required - but no codeowners file found in repo","Info: 'last push approval' is required to merge on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on 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/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 4 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"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/cloudposse/.github/SECURITY.md:1","Info: Found linked content: github.com/cloudposse/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/cloudposse/.github/SECURITY.md:1","Info: Found text in security policy: github.com/cloudposse/.github/SECURITY.md:1"],"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-17T18:49:42.535Z","repository_id":188581218,"created_at":"2025-08-17T18:49:42.536Z","updated_at":"2025-08-17T18:49:42.536Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275708533,"owners_count":25513665,"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-18T02:00:09.552Z","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":"cloudposse","name":"Cloud Posse","uuid":"16398900","kind":"organization","description":"DevOps Accelerator for AWS Infrastructure  🙌  Hire Us!  \u003chttps://cloudposse.com/services\u003e","email":"hello@cloudposse.com","website":"https://cloudposse.com/","location":"United States of America","twitter":"cloudposse","company":null,"icon_url":"https://avatars.githubusercontent.com/u/16398900?v=4","repositories_count":258,"last_synced_at":"2025-09-06T01:57:39.362Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"cloudposse"}},"html_url":"https://github.com/cloudposse","funding_links":["https://github.com/sponsors/cloudposse"],"total_stars":16583,"followers":1631,"following":0,"created_at":"2022-11-03T23:59:39.987Z","updated_at":"2025-09-06T01:57:39.362Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse/repositories"},"tags":[{"name":"0.0.1","sha":"a1a04d57b75e6d64c978f02f777307ad03f6f605","kind":"commit","published_at":"2023-08-16T19:36:48.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-sync-docker-repos/tar.gz/0.0.1","html_url":"https://github.com/cloudposse/github-action-sync-docker-repos/releases/tag/0.0.1","dependencies_parsed_at":"2023-08-18T04:10:06.381Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-sync-docker-repos@0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-sync-docker-repos/tags/0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-sync-docker-repos/tags/0.0.1/manifests"},{"name":"v0","sha":"a1a04d57b75e6d64c978f02f777307ad03f6f605","kind":"commit","published_at":"2023-08-16T19:36:48.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-sync-docker-repos/tar.gz/v0","html_url":"https://github.com/cloudposse/github-action-sync-docker-repos/releases/tag/v0","dependencies_parsed_at":"2023-08-18T04:10:06.129Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-sync-docker-repos@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-sync-docker-repos/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-sync-docker-repos/tags/v0/manifests"}]},"repo_metadata_updated_at":"2025-09-18T04:25:47.724Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.48097363604252,"dependent_packages_count":0.0,"stargazers_count":48.99014224705391,"forks_count":35.772096608427546,"docker_downloads_count":null,"average":31.810803122880994},"purl":"pkg:githubactions/cloudposse/github-action-sync-docker-repos","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/cloudposse/github-action-sync-docker-repos","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/cloudposse/github-action-sync-docker-repos","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/cloudposse/github-action-sync-docker-repos/dependencies","status":null,"funding_links":["https://github.com/sponsors/cloudposse"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-17T02:10:31.514Z","issues_count":1,"pull_requests_count":15,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":4822995.466666667,"issues_closed_count":0,"pull_requests_closed_count":15,"pull_request_authors_count":2,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.2,"merged_pull_requests_count":9,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"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":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-sync-docker-repos/issues","maintainers":[{"login":"osterman","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"}],"active_maintainers":[{"login":"osterman","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-sync-docker-repos/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-sync-docker-repos/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-sync-docker-repos/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-sync-docker-repos/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-sync-docker-repos/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-sync-docker-repos/codemeta","maintainers":[]}