{"id":8017133,"name":"cloudposse/github-action-kubernetes-environment","ecosystem":"actions","description":"Get information about environment","homepage":"https://cloudposse.com/accelerate","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/cloudposse/github-action-kubernetes-environment","keywords_array":[],"namespace":"cloudposse","versions_count":8,"first_release_published_at":"2023-07-31T17:21:22.000Z","latest_release_published_at":"2025-01-16T21:46:25.000Z","latest_release_number":"v0.4.1","last_synced_at":"2026-03-28T10:21:01.501Z","created_at":"2023-08-01T16:09:02.225Z","updated_at":"2026-03-28T10:21:01.502Z","registry_url":"https://github.com/cloudposse/github-action-kubernetes-environment","install_command":null,"documentation_url":null,"metadata":{"name":"Environments - ArgoCD","description":"Get information about environment","inputs":{"environment":{"description":"Environment","required":true},"namespace":{"description":"Kubernetes namespace","required":true},"application":{"description":"The application name","required":false},"config":{"description":"configuration","required":true},"namespace-prefix":{"description":"Kubernetes namespace prefix","required":false,"default":""},"namespace-suffix":{"description":"Kubernetes namespace suffix","required":false,"default":""},"namespace-deny-list":{"description":"Kubernetes namespace deny list, generated names cannot contain this comma separated list.","required":false,"default":"kube-system,kube-public,default"}},"outputs":{"name":{"description":"Environment name","value":"${{ inputs.environment }}"},"role":{"description":"Environments that need to be deployed","value":"${{ steps.result.outputs.cluster-role }}"},"cluster":{"description":"Environments that need to be destroyed","value":"${{ steps.result.outputs.cluster }}"},"namespace":{"description":"Namespace","value":"${{ steps.result.outputs.namespace }}"},"ssm-path":{"description":"Path to ssm secrets","value":"${{ steps.result.outputs.ssm-path }}"},"environment-config":{"description":"Environment configuration","value":"${{ steps.json-to-yaml.outputs.output }}"}},"runs":{"using":"composite","steps":[{"uses":"actions/checkout@v3"},{"run":"echo '''${{ inputs.config }}''' \u003e config.yml\n","shell":"bash"},{"uses":"fabasoad/data-format-converter-action@v0.3.0","id":"yaml-to-json","with":{"input":"config.yml","from":"yaml","to":"json"}},{"name":"Evaluate Config","id":"parse-config","uses":"actions/github-script@v6","with":{"script":"let data = JSON.parse(`${{ steps.yaml-to-json.outputs.output }}`);\nlet environment = '${{ inputs.environment }}';\n\nfor(const [environment, config] of Object.entries(data)) {\n  if(environment === '${{ inputs.environment }}') {\n    for(const [key, value] of Object.entries(config)) {\n      // Support `|` Operations\n      let operation = '';\n      let new_value = '';\n      if(String(value).includes('|')) {\n        new_value = value.split('|')[0].trim()\n        operation = value.split('|')[1].trim()\n      }\n  \n      switch(operation) {\n        case 'kebab':\n        case 'kebabcase':\n        case 'toKebab':\n          new_value = new_value.replace(/([a-z])([A-Z])/g, \"$1-$2\").replace(/[\\s_/]+/g, '-').toLowerCase()\n          break;\n        case 'upper':\n        case 'uppercase':\n        case 'toUpper':\n          new_value = new_value.toLowerCase()\n          break;\n        case 'lower':\n        case 'lowercase':\n        case 'toLower':\n          new_value = new_value.toLowerCase()\n          break;\n        default:\n          new_value = new_value\n      }\n\n      if(new_value !== '') {\n        data[environment][key] = new_value;\n      }\n\n      if(key === 'reformat') {\n        core.setOutput('reformat', value);\n        delete data[environment][key];\n      }\n    }\n  }\n}\ncore.setOutput('stripped-config', JSON.stringify(data[environment]));\n"}},{"name":"Reformat","if":"${{ steps.parse-config.outputs.reformat }}","uses":"cloudposse/kubernetes-namespace-builder-composite-action@main","id":"reformat","with":{"flavor":"${{ steps.parse-config.outputs.reformat }}","app-name":"${{ inputs.application }}","prefix":"${{ inputs.namespace-prefix }}","suffix":"${{ inputs.namespace-suffix }}","deny-list":"${{ inputs.namespace-deny-list }}","override-branch-name":"${{ inputs.namespace }}"}},{"name":"Merge Substitutions","id":"merge-config","uses":"actions/github-script@v6","with":{"script":"let data = JSON.parse(`${{ steps.parse-config.outputs.stripped-config }}`);\nif('${{ steps.parse-config.outputs.reformat }}') {\n  data['namespace'] = '${{ steps.reformat.outputs.kubernetes-namespace }}';\n}\ncore.setOutput('merged-config', JSON.stringify(data));\n"}},{"run":"echo '''${{ steps.merge-config.outputs.merged-config }}''' \u003e merged-config.json\n","shell":"bash"},{"uses":"fabasoad/data-format-converter-action@v0.3.0","id":"json-to-yaml","with":{"input":"merged-config.json","from":"json","to":"yaml"}},{"name":"Environment info","uses":"cloudposse/github-action-yaml-config-query@v1.0.0","id":"result","with":{"query":".","config":"${{ steps.json-to-yaml.outputs.output }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":185134604,"uuid":"673018282","full_name":"cloudposse/github-action-kubernetes-environment","owner":"cloudposse","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-06T07:09:21.000Z","size":1000,"stargazers_count":5,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-06T19:50:21.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cloudposse.com/accelerate","language":"Makefile","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-07-31T17:21:19.000Z","updated_at":"2025-05-30T00:30:27.000Z","dependencies_parsed_at":"2023-12-28T05:22:57.824Z","dependency_job_id":"cb9ffe49-6182-4dfb-b351-5dec4e73d689","html_url":"https://github.com/cloudposse/github-action-kubernetes-environment","commit_stats":null,"previous_names":["cloudposse/github-action-kubernetes-environment"],"tags_count":8,"template":false,"template_full_name":"cloudposse-github-actions/composite-template","purl":"pkg:github/cloudposse/github-action-kubernetes-environment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","download_url":"https://codeload.github.com/cloudposse/github-action-kubernetes-environment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/sbom","scorecard":{"id":293176,"data":{"date":"2025-08-11","repo":{"name":"github.com/cloudposse/github-action-kubernetes-environment","commit":"d5260c43b0f343a0c55fab3b96b83453ddd1d5ad"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"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":"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-kubernetes-environment/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-kubernetes-environment/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-positive.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-kubernetes-environment/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-kubernetes-environment/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-kubernetes-environment/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-kubernetes-environment/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-kubernetes-environment/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-kubernetes-environment/test-positive.yml/main?enable=pin","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 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":"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":"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 3/14 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":"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","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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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":"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"}}]},"last_synced_at":"2025-08-17T18:49:20.123Z","repository_id":185134604,"created_at":"2025-08-17T18:49:20.124Z","updated_at":"2025-08-17T18:49:20.124Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274033491,"owners_count":25210886,"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-07T02:00:09.463Z","response_time":67,"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":"v0.4.1","sha":"d5260c43b0f343a0c55fab3b96b83453ddd1d5ad","kind":"commit","published_at":"2025-01-16T21:46:25.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-kubernetes-environment/tar.gz/v0.4.1","html_url":"https://github.com/cloudposse/github-action-kubernetes-environment/releases/tag/v0.4.1","dependencies_parsed_at":"2025-02-13T04:47:49.386Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-kubernetes-environment@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"afae813b4369442f51b353e33293cb0dd5c3c9df","kind":"commit","published_at":"2025-01-16T16:34:49.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-kubernetes-environment/tar.gz/v0.4.0","html_url":"https://github.com/cloudposse/github-action-kubernetes-environment/releases/tag/v0.4.0","dependencies_parsed_at":"2025-02-13T04:47:49.386Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-kubernetes-environment@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"eeff3fb83b8b1ac0f5cff5cf66eed83975d6afcb","kind":"commit","published_at":"2024-10-10T14:58:50.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-kubernetes-environment/tar.gz/v0.3.1","html_url":"https://github.com/cloudposse/github-action-kubernetes-environment/releases/tag/v0.3.1","dependencies_parsed_at":"2024-10-13T11:01:52.143Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-kubernetes-environment@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/v0.3.1/manifests"},{"name":"v0","sha":"eeff3fb83b8b1ac0f5cff5cf66eed83975d6afcb","kind":"commit","published_at":"2024-10-10T14:58:50.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-kubernetes-environment/tar.gz/v0","html_url":"https://github.com/cloudposse/github-action-kubernetes-environment/releases/tag/v0","dependencies_parsed_at":"2024-10-13T11:01:52.143Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-kubernetes-environment@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/v0/manifests"},{"name":"0.3.0","sha":"41943e2ba44f14dd457e54cb2246a80b95d9579a","kind":"commit","published_at":"2023-08-28T18:21:48.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-kubernetes-environment/tar.gz/0.3.0","html_url":"https://github.com/cloudposse/github-action-kubernetes-environment/releases/tag/0.3.0","dependencies_parsed_at":"2023-09-10T06:11:56.346Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-kubernetes-environment@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/0.3.0/manifests"},{"name":"0.2.0","sha":"b892ea147c8f6840ecae104c6ee7b15497da3815","kind":"commit","published_at":"2023-08-01T17:12:14.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-kubernetes-environment/tar.gz/0.2.0","html_url":"https://github.com/cloudposse/github-action-kubernetes-environment/releases/tag/0.2.0","dependencies_parsed_at":"2023-08-09T04:56:21.897Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-kubernetes-environment@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/0.2.0/manifests"},{"name":"0.1.0","sha":"08498b3db5a508824f47c8b5ba809ec13473e434","kind":"commit","published_at":"2023-08-01T15:49:18.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-kubernetes-environment/tar.gz/0.1.0","html_url":"https://github.com/cloudposse/github-action-kubernetes-environment/releases/tag/0.1.0","dependencies_parsed_at":"2023-08-09T04:56:22.489Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-kubernetes-environment@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/0.1.0/manifests"},{"name":"0.0.1","sha":"7122960b07df6054f6df80f62801ea995463d489","kind":"commit","published_at":"2023-07-31T17:21:22.000Z","download_url":"https://codeload.github.com/cloudposse/github-action-kubernetes-environment/tar.gz/0.0.1","html_url":"https://github.com/cloudposse/github-action-kubernetes-environment/releases/tag/0.0.1","dependencies_parsed_at":"2023-08-09T04:56:21.847Z","dependency_job_id":null,"purl":"pkg:github/cloudposse/github-action-kubernetes-environment@0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/tags/0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-09-07T12:10:36.585Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":41.39378673383711,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":20.696893366918555},"purl":"pkg:githubactions/cloudposse/github-action-kubernetes-environment","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/cloudposse/github-action-kubernetes-environment","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/cloudposse/github-action-kubernetes-environment","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/cloudposse/github-action-kubernetes-environment/dependencies","status":null,"funding_links":["https://github.com/sponsors/cloudposse"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-07T11:56:49.813Z","issues_count":1,"pull_requests_count":31,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":6431379.238095238,"issues_closed_count":0,"pull_requests_closed_count":21,"pull_request_authors_count":6,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.25806451612903225,"merged_pull_requests_count":16,"bot_issues_count":1,"bot_pull_requests_count":12,"past_year_issues_count":0,"past_year_pull_requests_count":13,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":301641.75,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":8,"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.3076923076923077,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-kubernetes-environment/issues","maintainers":[{"login":"osterman","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"},{"login":"milldr","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/milldr"},{"login":"Benbentwo","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Benbentwo"},{"login":"cloudpossebot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cloudpossebot"}],"active_maintainers":[{"login":"osterman","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"},{"login":"milldr","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/milldr"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-kubernetes-environment/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-kubernetes-environment/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-kubernetes-environment/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-kubernetes-environment/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-kubernetes-environment/codemeta","maintainers":[]}