{"id":7742765,"name":"geekcell/github-action-aws-codedeploy-wait","ecosystem":"actions","description":"Wait for an AWS CodeDeploy deployment to finish. Will poll the CodeDeploy API until the deployment is finished or failed.","homepage":"https://www.geekcell.io","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/geekcell/github-action-aws-codedeploy-wait","keywords_array":["aws","codedeploy","deployment","github-actions"],"namespace":"geekcell","versions_count":2,"first_release_published_at":"2023-04-25T12:17:51.000Z","latest_release_published_at":"2023-05-22T14:05:13.000Z","latest_release_number":"v1.0.1","last_synced_at":"2026-04-14T10:03:09.327Z","created_at":"2023-05-17T08:42:57.008Z","updated_at":"2026-04-14T10:03:09.327Z","registry_url":"https://github.com/geekcell/github-action-aws-codedeploy-wait","install_command":null,"documentation_url":null,"metadata":{"name":"Wait for AWS CodeDeploy Deployment","description":"Wait for an AWS CodeDeploy deployment to finish. Will poll the CodeDeploy API until the deployment is finished or failed.","branding":{"icon":"activity","color":"white"},"inputs":{"codedeploy-deployment-id":{"description":"The ID of the CodeDeploy deployment to check.","required":true},"sleep-between-requests":{"description":"How many seconds to sleep between requests to the CodeDeploy API to check the status.","required":false,"default":"5"}},"runs":{"using":"composite","steps":[{"shell":"bash","id":"wait-for-deployment","run":"while true; do\n  STATUS=$(aws deploy get-deployment --deployment-id \"${{ inputs.codedeploy-deployment-id }}\" | jq -r '.deploymentInfo.status')\n  echo \"$(date +%Y-%m-%dT%H:%M:%S): The deployment is currently in the status: $STATUS\"\n\n  case $STATUS in\n    # Retry on these status\n    Created|Queued|InProgress|Baking) \n      sleep ${{ inputs.sleep-between-requests }} \n      ;;\n\n    # Success on these status\n    Ready|Succeeded)\n      exit 0\n      ;;\n\n    # Any other status indicates failure\n    *)\n      exit 1\n      ;;\n  esac\ndone\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":154852787,"uuid":"632429750","full_name":"geekcell/github-action-aws-codedeploy-wait","owner":"geekcell","description":"Simple action to wait for an AWS CodeDeploy job to be in a desired state.","archived":false,"fork":false,"pushed_at":"2023-06-28T13:40:54.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-01T22:56:44.507Z","etag":null,"topics":["aws","codedeploy","deployment","github-actions"],"latest_commit_sha":null,"homepage":"https://www.geekcell.io","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/geekcell.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}},"created_at":"2023-04-25T11:47:00.000Z","updated_at":"2025-05-22T15:42:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"a034599e-60e5-4a01-8c4f-c48ec30a8e21","html_url":"https://github.com/geekcell/github-action-aws-codedeploy-wait","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/geekcell/github-action-aws-codedeploy-wait","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geekcell","download_url":"https://codeload.github.com/geekcell/github-action-aws-codedeploy-wait/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/sbom","scorecard":{"id":421490,"data":{"date":"2025-08-11","repo":{"name":"github.com/geekcell/github-action-aws-codedeploy-wait","commit":"aa1748d591a0adc64a95b4b96914c11795b57789"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"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":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"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":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"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":-1,"reason":"no workflows found","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":"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":"Code-Review","score":3,"reason":"Found 1/3 approved changesets -- score normalized to 3","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":"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":"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":"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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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 4 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T01:18:49.827Z","repository_id":154852787,"created_at":"2025-08-19T01:18:49.828Z","updated_at":"2025-08-19T01:18:49.828Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001117,"owners_count":26083022,"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-09T02:00:07.460Z","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":"geekcell","name":"Geek Cell GmbH","uuid":"96530436","kind":"organization","description":"Geek Cell provides IT services to startups and enterprises, giving them all the tools they need to be successful.","email":"info@geekcell.io","website":"https://geekcell.io","location":"Germany","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/96530436?v=4","repositories_count":53,"last_synced_at":"2025-10-01T22:55:45.006Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/geekcell","funding_links":[],"total_stars":1082,"followers":17,"following":0,"created_at":"2023-02-18T15:20:49.282Z","updated_at":"2025-10-01T22:55:45.006Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geekcell","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geekcell/repositories"},"tags":[{"name":"v1.0.1","sha":"5d091f58f948adc15645b08ca3712be9e02e9b88","kind":"commit","published_at":"2023-05-22T14:05:13.000Z","download_url":"https://codeload.github.com/geekcell/github-action-aws-codedeploy-wait/tar.gz/v1.0.1","html_url":"https://github.com/geekcell/github-action-aws-codedeploy-wait/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-02T00:26:09.348Z","dependency_job_id":null,"purl":"pkg:github/geekcell/github-action-aws-codedeploy-wait@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"ba873c946c889d5008fcdf1c543627af7b833fe9","kind":"commit","published_at":"2023-04-25T12:17:51.000Z","download_url":"https://codeload.github.com/geekcell/github-action-aws-codedeploy-wait/tar.gz/v1.0.0","html_url":"https://github.com/geekcell/github-action-aws-codedeploy-wait/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-02T00:26:09.593Z","dependency_job_id":null,"purl":"pkg:github/geekcell/github-action-aws-codedeploy-wait@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-11T02:23:53.445Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":40.26221692491061,"dependent_packages_count":0.0,"stargazers_count":48.81764060265407,"forks_count":35.22640316731543,"docker_downloads_count":null,"average":31.076565173720027},"purl":"pkg:githubactions/geekcell/github-action-aws-codedeploy-wait","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/geekcell/github-action-aws-codedeploy-wait","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/geekcell/github-action-aws-codedeploy-wait","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/geekcell/github-action-aws-codedeploy-wait/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-03-01T19:15:47.360Z","issues_count":0,"pull_requests_count":2,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":34572.0,"issues_closed_count":0,"pull_requests_closed_count":2,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":2,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"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":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"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/geekcell%2Fgithub-action-aws-codedeploy-wait/issues","maintainers":[{"login":"Ic3w0lf","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Ic3w0lf"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/geekcell%2Fgithub-action-aws-codedeploy-wait/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/geekcell%2Fgithub-action-aws-codedeploy-wait/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/geekcell%2Fgithub-action-aws-codedeploy-wait/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/geekcell%2Fgithub-action-aws-codedeploy-wait/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/geekcell%2Fgithub-action-aws-codedeploy-wait/codemeta","maintainers":[]}