{"id":5806467,"name":"cloudposse/github-action-docker-compose-test-run","ecosystem":"actions","description":"Run tests in docker compose environment","homepage":"https://cloudposse.com/accelerate","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/cloudposse/github-action-docker-compose-test-run","keywords_array":[],"namespace":"cloudposse","versions_count":5,"first_release_published_at":"2022-08-18T18:43:30.000Z","latest_release_published_at":"2024-02-07T12:46:01.000Z","latest_release_number":"0.2.0","last_synced_at":"2026-03-11T13:47:26.030Z","created_at":"2023-01-04T16:11:56.508Z","updated_at":"2026-03-11T13:47:26.031Z","registry_url":"https://github.com/cloudposse/github-action-docker-compose-test-run","install_command":null,"documentation_url":null,"metadata":{"name":"Docker compose tests run","description":"Run tests in docker compose environment","author":"hello@cloudposse.com","branding":{"icon":"grid","color":"white"},"inputs":{"workdir":{"description":"Working directory","required":false,"default":"./"},"file":{"description":"Docker compose file","required":true},"service":{"description":"Service run tests inside","required":true},"entrypoint":{"description":"Entrypoint","default":"/bin/sh","required":false},"command":{"description":"Command to run tests","required":true},"docker-compose-version":{"description":"Docker compose version","required":false,"default":"1.29.2"},"registry":{"description":"Docker registry","required":true},"login":{"description":"Docker login","required":false,"default":""},"password":{"description":"Docker password","required":false,"default":""}},"outputs":{},"runs":{"using":"composite","steps":[{"uses":"KengoTODA/actions-setup-docker-compose@main","with":{"version":"${{ inputs.docker-compose-version }}"}},{"name":"Login","uses":"docker/login-action@v3","if":"${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.login != '' \u0026\u0026 inputs.password != '' ) }}","with":{"registry":"${{ inputs.registry }}","username":"${{ inputs.login }}","password":"${{ inputs.password }}"}},{"name":"Start stack","shell":"bash","run":"cd ${{ inputs.workdir }}\ndocker-compose -f ${{ inputs.file }} pull --include-deps\ndocker-compose -f ${{ inputs.file }} up -d\n"},{"name":"Test","shell":"bash","run":"cd ${{ inputs.workdir }}\nDIR=$(pwd)\ndocker-compose -f ${{ inputs.file }} run -v ${DIR}:/github_workspace -w /github_workspace --entrypoint ${{ inputs.entrypoint }} --rm ${{ inputs.service }} -- ${{ inputs.command }}\n"},{"name":"Stop stacks","if":"always()","shell":"bash","run":"cd ${{ inputs.workdir }}\ndocker-compose -f ${{ inputs.file }} down\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":60268929,"uuid":"526240141","full_name":"cloudposse/github-action-docker-compose-test-run","owner":"cloudposse","description":"Up docker compose and run tests in specific container","archived":false,"fork":false,"pushed_at":"2025-09-25T17:45:54.000Z","size":43,"stargazers_count":17,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-25T19:42:43.150Z","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":{"funding":{"github":"cloudposse"},"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-18T14:13:48.000Z","updated_at":"2025-09-16T20:05:53.000Z","dependencies_parsed_at":"2024-01-01T05:20:08.378Z","dependency_job_id":"db07fda5-bc9f-4cf5-8dd9-99698d417b6a","html_url":"https://github.com/cloudposse/github-action-docker-compose-test-run","commit_stats":{"total_commits":13,"total_committers":3,"mean_commits":4.333333333333333,"dds":"0.46153846153846156","last_synced_commit":"dc40d360ec2721729b4297fa92abe493977b4438"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":"cloudposse-github-actions/composite-template","purl":"pkg:github/cloudposse/github-action-docker-compose-test-run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","download_url":"https://codeload.github.com/cloudposse/github-action-docker-compose-test-run/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/sbom","scorecard":{"id":293171,"data":{"date":"2025-08-11","repo":{"name":"github.com/cloudposse/github-action-docker-compose-test-run","commit":"febb0983d50110eeb9dd98c4cd58415bfffdcbc0"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"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":"Code-Review","score":2,"reason":"Found 4/16 approved changesets -- score normalized to 2","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":"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":"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":"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-docker-compose-test-run/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-docker-compose-test-run/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-negative.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-compose-test-run/test-negative.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-negative.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-compose-test-run/test-negative.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-positive.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-compose-test-run/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-compose-test-run/test-positive.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 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":"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","Warn: no topLevel permission defined: .github/workflows/test-negative.yml:1","Warn: no topLevel permission defined: .github/workflows/test-positive.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: 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":"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"}},{"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 18 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-17T18:49:12.391Z","repository_id":60268929,"created_at":"2025-08-17T18:49:12.392Z","updated_at":"2025-08-17T18:49:12.392Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017452,"owners_count":26086081,"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-13T02:00:06.723Z","response_time":61,"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-18T16:06:38.568Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"cloudposse"}},"html_url":"https://github.com/cloudposse","funding_links":["https://github.com/sponsors/cloudposse"],"total_stars":16688,"followers":1640,"following":0,"created_at":"2022-11-03T23:59:39.987Z","updated_at":"2025-09-18T16:06:38.568Z","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.2.0","sha":"885bb157bac4a43ff80c24bc4df852635e348a03","kind":"commit","published_at":"2024-02-07T12:46:01.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-compose-test-run/tar.gz/0.2.0","html_url":"https://github.com/cloudposse/github-action-docker-compose-test-run/releases/tag/0.2.0","dependencies_parsed_at":"2024-02-11T04:36:52.158Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-compose-test-run@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags/0.2.0/manifests"},{"name":"0.1.3","sha":"46a8be68cb7d5372fd972661aeab8e9f9c717579","kind":"commit","published_at":"2023-07-11T13:50:39.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-compose-test-run/tar.gz/0.1.3","html_url":"https://github.com/cloudposse/github-action-docker-compose-test-run/releases/tag/0.1.3","dependencies_parsed_at":"2023-07-13T04:42:49.170Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-compose-test-run@0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags/0.1.3/manifests"},{"name":"0.1.2","sha":"671dee146ba5801af21357d5b3029f4439b9a2fd","kind":"commit","published_at":"2022-11-03T14:56:04.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-compose-test-run/tar.gz/0.1.2","html_url":"https://github.com/cloudposse/github-action-docker-compose-test-run/releases/tag/0.1.2","dependencies_parsed_at":"2023-05-31T19:09:32.087Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-compose-test-run@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"12ebedbcfb910387f3189348921f55d746605f79","kind":"commit","published_at":"2022-09-26T18:27:28.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-compose-test-run/tar.gz/0.1.1","html_url":"https://github.com/cloudposse/github-action-docker-compose-test-run/releases/tag/0.1.1","dependencies_parsed_at":"2023-05-31T13:42:31.587Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-compose-test-run@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"a593ab4d3b4bc44113a6ffc662e1a97c94926b42","kind":"commit","published_at":"2022-08-18T18:43:30.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-docker-compose-test-run/tar.gz/0.1.0","html_url":"https://github.com/cloudposse/github-action-docker-compose-test-run/releases/tag/0.1.0","dependencies_parsed_at":"2023-05-31T13:42:32.318Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-docker-compose-test-run@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-14T01:19:09.463Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.77895737601014,"dependent_packages_count":0.0,"stargazers_count":15.661543337030581,"forks_count":16.178101727143083,"docker_downloads_count":null,"average":14.154650610045952},"purl":"pkg:githubactions/cloudposse/github-action-docker-compose-test-run","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/cloudposse/github-action-docker-compose-test-run","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/cloudposse/github-action-docker-compose-test-run","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/cloudposse/github-action-docker-compose-test-run/dependencies","status":null,"funding_links":["https://github.com/sponsors/cloudposse"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-17T02:01:04.924Z","issues_count":4,"pull_requests_count":27,"avg_time_to_close_issue":139356.5,"avg_time_to_close_pull_request":3287645.52,"issues_closed_count":2,"pull_requests_closed_count":25,"pull_request_authors_count":4,"issue_authors_count":4,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":25,"bot_issues_count":1,"bot_pull_requests_count":8,"past_year_issues_count":1,"past_year_pull_requests_count":1,"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":1,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"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":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-compose-test-run/issues","maintainers":[{"login":"osterman","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"},{"login":"goruha","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/goruha"},{"login":"cloudpossebot","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cloudpossebot"}],"active_maintainers":[{"login":"goruha","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/goruha"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-compose-test-run/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-compose-test-run/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-compose-test-run/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-compose-test-run/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-compose-test-run/codemeta","maintainers":[]}