{"id":5791008,"name":"cloudposse/github-action-matrix-outputs-read","ecosystem":"actions","description":"Read outputs for matrix","homepage":"https://cloudposse.com/","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/cloudposse/github-action-matrix-outputs-read","keywords_array":[],"namespace":"cloudposse","versions_count":6,"first_release_published_at":"2022-12-01T14:30:55.000Z","latest_release_published_at":"2024-02-28T11:39:15.000Z","latest_release_number":"1.0.0","last_synced_at":"2026-03-10T22:18:52.034Z","created_at":"2023-01-03T21:32:23.494Z","updated_at":"2026-03-10T22:18:52.034Z","registry_url":"https://github.com/cloudposse/github-action-matrix-outputs-read","install_command":null,"documentation_url":null,"metadata":{"name":"Matrix outputs - read","description":"Read outputs for matrix","author":"hello@cloudposse.com","branding":{"icon":"chevrons-down","color":"white"},"inputs":{"matrix-step-name":{"required":true,"description":"Matrix step name"}},"outputs":{"result":{"description":"Outputs result","value":"${{ steps.context.outputs.result }}"}},"runs":{"using":"composite","steps":[{"name":"Setup jq","uses":"dcarbone/install-jq-action@v2.1.0","with":{"version":1.6,"force":"true"}},{"uses":"actions/download-artifact@v4"},{"id":"context","shell":"bash","run":"result=\"$(find . -name ${{ inputs.matrix-step-name }} -maxdepth 2 -exec cat {} \\; | jq -c --slurp 'map(to_entries | map(.key as $matrix_key | .value | map_values({($matrix_key): .}))) | flatten | reduce .[] as $item ({}; . * $item)' )\"\necho \"result=${result}\" \u003e\u003e $GITHUB_OUTPUT\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":64445430,"uuid":"572145380","full_name":"cloudposse/github-action-matrix-outputs-read","owner":"cloudposse","description":"Workaround implementation - Read matrix jobs outputs","archived":false,"fork":false,"pushed_at":"2025-09-25T17:11:08.000Z","size":1033,"stargazers_count":12,"open_issues_count":10,"forks_count":11,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-25T19:26:49.027Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cloudposse.com/","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"cloudposse"}},"created_at":"2022-11-29T16:43:01.000Z","updated_at":"2025-09-20T11:58:28.000Z","dependencies_parsed_at":"2024-05-31T00:02:52.137Z","dependency_job_id":"73c75e41-d7f9-4892-8234-1c8c0f61d12f","html_url":"https://github.com/cloudposse/github-action-matrix-outputs-read","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":0.6363636363636364,"last_synced_commit":"67511f37bd4ef8096d3a7303e49730814c21506a"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":"cloudposse-github-actions/composite-template","purl":"pkg:github/cloudposse/github-action-matrix-outputs-read","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-matrix-outputs-read","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-matrix-outputs-read/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-matrix-outputs-read/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-matrix-outputs-read/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","download_url":"https://codeload.github.com/cloudposse/github-action-matrix-outputs-read/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-matrix-outputs-read/sbom","scorecard":{"id":293178,"data":{"date":"2025-08-11","repo":{"name":"github.com/cloudposse/github-action-matrix-outputs-read","commit":"1a06ab7fa9e7d63aed10846aed9fcea3be31f6e0"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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/15 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":"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/setup-test.yml:1","Warn: no topLevel permission defined: .github/workflows/test-negative.yml:1","Warn: no topLevel permission defined: .github/workflows/test-positive.yml:1","Warn: no topLevel permission defined: .github/workflows/test-reusable-workflow-no-matrix.yml:1","Warn: no topLevel permission defined: .github/workflows/test-reusable-workflow-twice.yml:1","Warn: no topLevel permission defined: .github/workflows/test-reusable-workflow.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":"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-matrix-outputs-read/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-matrix-outputs-read/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/setup-test.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/setup-test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/setup-test.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/setup-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-negative.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-negative.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-negative.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-negative.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-negative.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-negative.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-negative.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-negative.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-positive.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-positive.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-positive.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-positive.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow-no-matrix.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow-no-matrix.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow-no-matrix.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow-no-matrix.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow-no-matrix.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow-no-matrix.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow-twice.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow-twice.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow-twice.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow-twice.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow-twice.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow-twice.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow-twice.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow-twice.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow-twice.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow-twice.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-reusable-workflow.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-matrix-outputs-read/test-reusable-workflow.yml/main?enable=pin","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  16 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":"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 22 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:23.927Z","repository_id":64445430,"created_at":"2025-08-17T18:49:23.927Z","updated_at":"2025-08-17T18:49:23.927Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277084831,"owners_count":25758173,"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-26T02:00:09.010Z","response_time":78,"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":[]},"repo_metadata_updated_at":"2025-09-26T13:27:08.949Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.750435747108224,"dependent_packages_count":0.0,"stargazers_count":27.345903977182694,"forks_count":12.936143241958487,"docker_downloads_count":null,"average":16.25812074156235},"purl":"pkg:githubactions/cloudposse/github-action-matrix-outputs-read","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/cloudposse/github-action-matrix-outputs-read","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/cloudposse/github-action-matrix-outputs-read","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/cloudposse/github-action-matrix-outputs-read/dependencies","status":null,"funding_links":["https://github.com/sponsors/cloudposse"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-17T02:01:03.884Z","issues_count":5,"pull_requests_count":47,"avg_time_to_close_issue":9.0,"avg_time_to_close_pull_request":2537867.1951219514,"issues_closed_count":1,"pull_requests_closed_count":41,"pull_request_authors_count":5,"issue_authors_count":5,"avg_comments_per_issue":0.2,"avg_comments_per_pull_request":0.3404255319148936,"merged_pull_requests_count":31,"bot_issues_count":1,"bot_pull_requests_count":24,"past_year_issues_count":1,"past_year_pull_requests_count":6,"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":2,"past_year_pull_request_authors_count":3,"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":2,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-matrix-outputs-read/issues","maintainers":[{"login":"osterman","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"},{"login":"cloudpossebot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cloudpossebot"},{"login":"goruha","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/goruha"}],"active_maintainers":[{"login":"osterman","count":2,"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-matrix-outputs-read/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-matrix-outputs-read/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-matrix-outputs-read/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-matrix-outputs-read/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-matrix-outputs-read/codemeta","maintainers":[]}