{"id":17923613,"url":"https://github.com/shmokmt/action-docker-build-check","last_synced_at":"2026-01-21T20:34:03.658Z","repository":{"id":259320997,"uuid":"872918661","full_name":"shmokmt/action-docker-build-check","owner":"shmokmt","description":"docker build --check with reviewdog on pull requests to improve code review experience.","archived":false,"fork":false,"pushed_at":"2024-11-06T21:11:40.000Z","size":25,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T11:44:18.428Z","etag":null,"topics":["codereview","container","devops","docker","dockerbuild","reviewdog"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/run-docker-build-check-with-reviewdog","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shmokmt.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":"2024-10-15T09:50:00.000Z","updated_at":"2025-10-26T18:11:44.000Z","dependencies_parsed_at":"2024-10-24T11:34:55.614Z","dependency_job_id":"c6b923c7-b4d2-4ab8-bdfd-d1f755f0758e","html_url":"https://github.com/shmokmt/action-docker-build-check","commit_stats":null,"previous_names":["shmokmt/action-docker-build-check"],"tags_count":3,"template":false,"template_full_name":"reviewdog/action-template","purl":"pkg:github/shmokmt/action-docker-build-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shmokmt%2Faction-docker-build-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shmokmt%2Faction-docker-build-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shmokmt%2Faction-docker-build-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shmokmt%2Faction-docker-build-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shmokmt","download_url":"https://codeload.github.com/shmokmt/action-docker-build-check/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shmokmt%2Faction-docker-build-check/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28642024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["codereview","container","devops","docker","dockerbuild","reviewdog"],"created_at":"2024-10-28T20:44:40.431Z","updated_at":"2026-01-21T20:33:58.649Z","avatar_url":"https://github.com/shmokmt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action: Run `docker build --check` with reviewdog 🐶\n\n[![](https://img.shields.io/github/license/shmokmt/action-docker-build-check)](./LICENSE)\n[![Test](https://github.com/shmokmt/action-docker-build-check/actions/workflows/test.yml/badge.svg)](https://github.com/shmokmt/action-docker-build-check/actions/workflows/test.yml)\n\nThis action runs `docker build --check` with reviewdog on pull requests to improve code review experience.\n\n## Examples\n\n![image](https://github.com/user-attachments/assets/07d0fbac-72b5-4136-8649-b24176da580f)\n\n## Usage\n\n```yaml\nname: reviewdog\n\non: \n  pull_request:\n    paths:\n      - '**/Dockerfile'\n\n\npermissions:\n  contents: read\n  pull-requests: write\n\njobs:\n  docker-build-check:\n    name: docker-build-check\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: shmokmt/action-docker-build-check@v1\n        with:\n          github_token: ${{ secrets.github_token }}\n```\n\n\u003e[!NOTE]\n\u003e We recommend using Ubuntu, the GitHub self hosted runner. This action assumes that Docker and buildx are already installed on your system. If your runner does not have these pre-installed, please set them up yourself.\n\n## See Also\n* https://docs.docker.com/reference/build-checks/\n* https://github.com/actions/runner-images/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshmokmt%2Faction-docker-build-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshmokmt%2Faction-docker-build-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshmokmt%2Faction-docker-build-check/lists"}