{"id":5800426,"name":"cloudposse/github-action-setup-atmos","ecosystem":"actions","description":"A GitHub Action to setup the Atmos CLI","homepage":"https://cloudposse.com/accelerate","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/cloudposse/github-action-setup-atmos","keywords_array":[],"namespace":"cloudposse","versions_count":11,"first_release_published_at":"2022-12-23T21:31:33.000Z","latest_release_published_at":"2025-11-21T19:05:45.000Z","latest_release_number":"v2.0.2","last_synced_at":"2026-03-10T18:17:26.304Z","created_at":"2023-01-04T12:08:18.329Z","updated_at":"2026-03-10T18:17:26.305Z","registry_url":"https://github.com/cloudposse/github-action-setup-atmos","install_command":null,"documentation_url":null,"metadata":{"name":"setup-atmos","description":"A GitHub Action to setup the Atmos CLI","author":"hello@cloudposse.com","branding":{"icon":"terminal","color":"blue"},"inputs":{"atmos-version":{"description":"Version Spec of the version to use. Examples: 1.x, 10.15.1, \u003e=10.15.0.","default":"latest"},"install-wrapper":{"description":"Flag to indicate if the wrapper script will be installed to wrap subsequent calls of the `atmos` binary and expose its STDOUT, STDERR, and exit code as outputs named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `true`.","default":"true","required":false},"token":{"description":"Used to pull atmos distributions from Cloud Posse's GitHub repository. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.","default":"${{ github.server_url == 'https://github.com' \u0026\u0026 github.token || '' }}"}},"outputs":{"atmos-version":{"description":"The installed atmos version."}},"runs":{"using":"node20","main":"dist/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":62854709,"uuid":"563112774","full_name":"cloudposse/github-action-setup-atmos","owner":"cloudposse","description":"A GitHub Actions that installs the Atmos CLI","archived":false,"fork":false,"pushed_at":"2025-10-29T01:09:18.000Z","size":1940,"stargazers_count":8,"open_issues_count":18,"forks_count":8,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-10-29T03:10:58.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cloudposse.com/accelerate","language":"TypeScript","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":".github/CODEOWNERS","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-07T23:41:06.000Z","updated_at":"2025-09-15T19:54:56.000Z","dependencies_parsed_at":"2023-02-18T01:16:09.253Z","dependency_job_id":"24d3f6d6-983f-4a75-b9a1-452d578a7d32","html_url":"https://github.com/cloudposse/github-action-setup-atmos","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"922691acdf3001151f15010385c5b1dd5427f57b"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/cloudposse/github-action-setup-atmos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/sbom","scorecard":{"id":293187,"data":{"date":"2025-08-11","repo":{"name":"github.com/cloudposse/github-action-setup-atmos","commit":"f58d660d0955684de110b8d466901395d115701c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"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":4,"reason":"Found 7/16 approved changesets -- score normalized to 4","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":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":"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":"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":["Warn: topLevel 'actions' permission set to 'write': .github/workflows/branch.yml:21","Warn: topLevel 'contents' permission set to 'write': .github/workflows/branch.yml:20","Warn: no topLevel permission defined: .github/workflows/main.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:8","Warn: no topLevel permission defined: .github/workflows/test-install.yaml:1","Warn: no topLevel permission defined: .github/workflows/validate-codeowners.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-setup-atmos/branch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/main.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-setup-atmos/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-install.yaml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/test-install.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-install.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/test-install.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-install.yaml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/test-install.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-install.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/test-install.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-install.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/test-install.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate-codeowners.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/validate-codeowners.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate-codeowners.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/validate-codeowners.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate-codeowners.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-setup-atmos/validate-codeowners.yml/main?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  10 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":"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":1,"reason":"branch protection is not maximal on development and all release branches","details":["Warn: branch protection not enabled for branch 'release/v1'","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'","Info: codeowner review is required on branch 'main'","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 28 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":"Vulnerabilities","score":0,"reason":"16 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-9qxr-qj54-h672","Warn: Project is vulnerable to: GHSA-m4v8-wqvr-p9f7","Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975","Warn: Project is vulnerable to: GHSA-cxrh-j4jr-qwg3","Warn: Project is vulnerable to: GHSA-5v72-xg48-5rpm","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T18:49:37.744Z","repository_id":62854709,"created_at":"2025-08-17T18:49:37.744Z","updated_at":"2025-08-17T18:49:37.744Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281552277,"owners_count":26520772,"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-29T02:00:06.901Z","response_time":59,"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":"v2.0.1","sha":"9088047ffb086bfb4f6fa671d4e8586e6fcf2a9d","kind":"commit","published_at":"2025-04-24T21:54:53.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/v2.0.1","html_url":"https://github.com/cloudposse/github-action-setup-atmos/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":"a7a0e355-afdf-4ffd-8234-686d04c6ad3a","purl":"pkg:github/cloudposse/github-action-setup-atmos@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/v2.0.1/manifests"},{"name":"2.0.0","sha":"7137afeb830d41684b464f9677a13566d4bcb550","kind":"commit","published_at":"2024-03-07T00:53:58.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/2.0.0","html_url":"https://github.com/cloudposse/github-action-setup-atmos/releases/tag/2.0.0","dependencies_parsed_at":"2024-03-08T04:06:45.619Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-setup-atmos@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/2.0.0/manifests"},{"name":"v2","sha":"7137afeb830d41684b464f9677a13566d4bcb550","kind":"commit","published_at":"2024-03-07T00:53:58.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/v2","html_url":"https://github.com/cloudposse/github-action-setup-atmos/releases/tag/v2","dependencies_parsed_at":"2024-03-08T04:06:45.622Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-setup-atmos@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/v2/manifests"},{"name":"1.1.1","sha":"4d709c29e599d72060bf4f5a4787a695ae6852ce","kind":"commit","published_at":"2024-01-31T12:18:25.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/1.1.1","html_url":"https://github.com/cloudposse/github-action-setup-atmos/releases/tag/1.1.1","dependencies_parsed_at":"2024-02-03T04:18:41.242Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-setup-atmos@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"ac26ea41eee774c927e62fdc9886578a5e953c24","kind":"commit","published_at":"2024-01-08T01:27:27.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/1.1.0","html_url":"https://github.com/cloudposse/github-action-setup-atmos/releases/tag/1.1.0","dependencies_parsed_at":"2024-01-19T05:06:52.626Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-setup-atmos@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/1.1.0/manifests"},{"name":"1.0.2","sha":"b3349c9182acf83353941d93c33358a8636c1b24","kind":"commit","published_at":"2023-05-13T20:43:29.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/1.0.2","html_url":"https://github.com/cloudposse/github-action-setup-atmos/releases/tag/1.0.2","dependencies_parsed_at":"2023-07-20T20:43:08.723Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-setup-atmos@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"b3349c9182acf83353941d93c33358a8636c1b24","kind":"commit","published_at":"2023-05-13T20:43:29.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/1.0.1","html_url":"https://github.com/cloudposse/github-action-setup-atmos/releases/tag/1.0.1","dependencies_parsed_at":"2023-07-20T20:43:08.416Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-setup-atmos@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/1.0.1/manifests"},{"name":"v1.0.0","sha":"922691acdf3001151f15010385c5b1dd5427f57b","kind":"commit","published_at":"2022-12-23T21:31:33.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/v1.0.0","html_url":"https://github.com/cloudposse/github-action-setup-atmos/releases/tag/v1.0.0","dependencies_parsed_at":"2023-07-20T20:43:08.042Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-setup-atmos@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/v1.0.0/manifests"},{"name":"1.0.0","sha":"922691acdf3001151f15010385c5b1dd5427f57b","kind":"commit","published_at":"2022-12-23T21:31:33.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/1.0.0","html_url":"https://github.com/cloudposse/github-action-setup-atmos/releases/tag/1.0.0","dependencies_parsed_at":"2023-07-20T20:43:08.194Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-setup-atmos@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/1.0.0/manifests"},{"name":"v1","sha":"922691acdf3001151f15010385c5b1dd5427f57b","kind":"commit","published_at":"2022-12-23T21:31:33.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-setup-atmos/tar.gz/v1","html_url":"https://github.com/cloudposse/github-action-setup-atmos/releases/tag/v1","dependencies_parsed_at":"2023-07-20T20:43:08.547Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-setup-atmos@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/tags/v1/manifests"}]},"repo_metadata_updated_at":"2025-10-29T09:03:04.029Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":20.573601647916337,"dependent_packages_count":0.0,"stargazers_count":17.531294565045158,"forks_count":21.68277610521312,"docker_downloads_count":null,"average":14.946918079543654},"purl":"pkg:githubactions/cloudposse/github-action-setup-atmos","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/cloudposse/github-action-setup-atmos","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/cloudposse/github-action-setup-atmos","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/cloudposse/github-action-setup-atmos/dependencies","status":null,"funding_links":["https://github.com/sponsors/cloudposse"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-07T05:18:45.345Z","issues_count":5,"pull_requests_count":173,"avg_time_to_close_issue":10006975.0,"avg_time_to_close_pull_request":5284408.932432433,"issues_closed_count":1,"pull_requests_closed_count":148,"pull_request_authors_count":9,"issue_authors_count":5,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.3815028901734104,"merged_pull_requests_count":72,"bot_issues_count":1,"bot_pull_requests_count":130,"past_year_issues_count":0,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":5676.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":4,"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":1,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-setup-atmos/issues","maintainers":[{"login":"mcalhoun","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mcalhoun"},{"login":"osterman","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"},{"login":"cloudpossebot","count":9,"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"},{"login":"Benbentwo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Benbentwo"},{"login":"nitrocode","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nitrocode"}],"active_maintainers":[{"login":"Benbentwo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Benbentwo"},{"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-setup-atmos/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-setup-atmos/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-setup-atmos/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-setup-atmos/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-setup-atmos/codemeta","maintainers":[]}