{"id":5790970,"name":"cloudposse/github-action-docker-image-exists","ecosystem":"actions","description":"Check if docker image exists by pulling it","homepage":"https://cloudposse.com/accelerate","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/cloudposse/github-action-docker-image-exists","keywords_array":[],"namespace":"cloudposse","versions_count":4,"first_release_published_at":"2022-11-16T12:05:05.000Z","latest_release_published_at":"2024-02-07T12:46:56.000Z","latest_release_number":"0.2.0","last_synced_at":"2026-05-26T21:47:02.882Z","created_at":"2023-01-03T21:31:42.884Z","updated_at":"2026-05-26T21:47:02.882Z","registry_url":"https://github.com/cloudposse/github-action-docker-image-exists","install_command":null,"documentation_url":null,"metadata":{"name":"Docker image exists","description":"Check if docker image exists by pulling it","author":"hello@cloudposse.com","branding":{"icon":"download-cloud","color":"white"},"inputs":{"organization":{"description":"Organization","required":true},"repository":{"description":"Repository","required":true},"registry":{"description":"Docker registry","required":true},"image_name":{"description":"Image name (excluding registry). Defaults to {{$organization/$repository}}.","required":false,"default":""},"tag":{"required":true,"description":"Tag"},"login":{"description":"Docker login","required":false,"default":""},"password":{"description":"Docker password","required":false,"default":""}},"outputs":{"image":{"description":"Docker image name","value":"${{ steps.context.outputs.image }}"},"tag":{"description":"Docker image tag","value":"${{ inputs.tag }}"}},"runs":{"using":"composite","steps":[{"uses":"cloudposse/github-action-yaml-config-query@0.1.3","id":"context","with":{"query":".${{ inputs.image_name == '' }}","config":"true:\n  image : ${{ inputs.registry }}/${{ inputs.organization }}/${{ inputs.repository }}\nfalse:\n  image : ${{ inputs.registry }}/${{ inputs.image_name }}"}},{"name":"Login","uses":"docker/login-action@v3","if":"${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.login != '' \u0026\u0026 inputs.password != '' ) }}","with":{"registry":"${{ inputs.registry }}","username":"${{ inputs.login }}","password":"${{ inputs.password }}"}},{"name":"Pull","id":"pull","shell":"bash","run":"docker pull ${{ steps.context.outputs.image }}:${{ inputs.tag }}\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":65159294,"uuid":"566681478","full_name":"cloudposse/github-action-docker-image-exists","owner":"cloudposse","description":"Github Action check if Docker image exists by pulling it","archived":false,"fork":false,"pushed_at":"2025-09-25T17:14:22.000Z","size":1028,"stargazers_count":6,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-25T19:28:43.624Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cloudposse.com/accelerate","language":"Dockerfile","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-16T07:31:49.000Z","updated_at":"2025-09-15T19:54:04.000Z","dependencies_parsed_at":"2024-02-14T05:22:52.864Z","dependency_job_id":"255c4702-407b-4d65-bb80-620b2c924842","html_url":"https://github.com/cloudposse/github-action-docker-image-exists","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":0.5454545454545454,"last_synced_commit":"8bc023fdf0d65fd439bb957a6b7d63803e2871a6"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":"cloudposse-github-actions/composite-template","purl":"pkg:github/cloudposse/github-action-docker-image-exists","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-image-exists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-image-exists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-image-exists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-image-exists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudposse","download_url":"https://codeload.github.com/cloudposse/github-action-docker-image-exists/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-image-exists/sbom","scorecard":{"id":293172,"data":{"date":"2025-08-11","repo":{"name":"github.com/cloudposse/github-action-docker-image-exists","commit":"046f0b6d2abfbdb2322decbeca9b1542075e38ba"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5,"checks":[{"name":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/branch.yml:20","Warn: topLevel 'actions' permission set to 'write': .github/workflows/branch.yml:21","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:8","Warn: no topLevel permission defined: .github/workflows/test-negative.yml:1","Warn: no topLevel permission defined: .github/workflows/test-positive.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/branch.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/branch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-negative.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/test-negative.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-negative.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/test-negative.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-negative.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/test-negative.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-negative.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/test-negative.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-negative.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/test-negative.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-positive.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/test-positive.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-positive.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/cloudposse/github-action-docker-image-exists/test-positive.yml/main?enable=pin","Warn: containerImage not pinned by hash: test/Dockerfile:1: pin your Docker image by updating nginx:1.23.0-alpine to nginx:1.23.0-alpine@sha256:4a846cc240449c53c8ae24269ba6bcaee5167d8ad75cd2a8d8ba422b7c726979","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  10 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage 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":"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:14.475Z","repository_id":65159294,"created_at":"2025-08-17T18:49:14.476Z","updated_at":"2025-08-17T18:49:14.476Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279269368,"owners_count":26137527,"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-16T02:00:06.019Z","response_time":53,"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-10-20T01:50:08.782Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":20.598954206940263,"dependent_packages_count":0.0,"stargazers_count":27.453652353034386,"forks_count":35.18301378545397,"docker_downloads_count":null,"average":20.808905086357157},"purl":"pkg:githubactions/cloudposse/github-action-docker-image-exists","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/cloudposse/github-action-docker-image-exists","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/cloudposse/github-action-docker-image-exists","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/cloudposse/github-action-docker-image-exists/dependencies","status":null,"funding_links":["https://github.com/sponsors/cloudposse"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-17T00:38:16.547Z","issues_count":1,"pull_requests_count":35,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":6059650.074074074,"issues_closed_count":0,"pull_requests_closed_count":27,"pull_request_authors_count":4,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":27,"bot_issues_count":1,"bot_pull_requests_count":19,"past_year_issues_count":0,"past_year_pull_requests_count":3,"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":1,"past_year_pull_request_authors_count":2,"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":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudposse%2Fgithub-action-docker-image-exists/issues","maintainers":[{"login":"osterman","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osterman"},{"login":"cloudpossebot","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cloudpossebot"},{"login":"goruha","count":2,"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-docker-image-exists/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-image-exists/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-image-exists/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-image-exists/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-image-exists/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/cloudposse%2Fgithub-action-docker-image-exists/codemeta","maintainers":[]}