{"id":19206967,"url":"https://github.com/gringolito/prv-pre-commit","last_synced_at":"2026-04-18T01:33:01.576Z","repository":{"id":55543068,"uuid":"280257319","full_name":"gringolito/prv-pre-commit","owner":"gringolito","description":"Pull-Request Verifier - pre-commit","archived":false,"fork":false,"pushed_at":"2020-12-22T20:46:05.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T06:44:14.055Z","etag":null,"topics":["auto-qa","azure-pipelines","ci","ci-cd","ci-cd-pipeline","cicd","docker","docker-image","github-actions","pre-commit"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gringolito.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}},"created_at":"2020-07-16T21:00:07.000Z","updated_at":"2020-12-22T20:41:12.000Z","dependencies_parsed_at":"2022-08-15T02:50:51.071Z","dependency_job_id":null,"html_url":"https://github.com/gringolito/prv-pre-commit","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/gringolito/prv-pre-commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gringolito%2Fprv-pre-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gringolito%2Fprv-pre-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gringolito%2Fprv-pre-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gringolito%2Fprv-pre-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gringolito","download_url":"https://codeload.github.com/gringolito/prv-pre-commit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gringolito%2Fprv-pre-commit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"ssl_error","status_checked_at":"2026-04-18T00:39:20.671Z","response_time":62,"last_error":"SSL_read: 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":["auto-qa","azure-pipelines","ci","ci-cd","ci-cd-pipeline","cicd","docker","docker-image","github-actions","pre-commit"],"created_at":"2024-11-09T13:17:36.278Z","updated_at":"2026-04-18T01:33:01.536Z","avatar_url":"https://github.com/gringolito.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pull-Request Verifier - pre-commit\n\nThis Docker image allows the use of [pre-commit](https://pre-commit.com/) tool to verify Pull-Requests in integration\npipelines like `GitHub Actions` or `Azure Pipelines`.\n\n## How to build the images\n\n### Python\n\n```shell\n$ docker build -t prv-pre-commit/python-3.7 -f python-3.7/Dockerfile .\n```\n\n### C++\n\n```shell\n$ docker build -t prv-pre-commit/cpp-clang10 -f cpp-clang10/Dockerfile .\n```\n\n## Usage\n\nThis Pull-Request Verifier will run the `pre-commit` in all files inside the `/app` directory\non the container, so make sure to map your repository to the `/app`.\n\ne.g. for Python 3.7 project\n```shell\n$ docker run --rm -v /path/to/application/repository:/app prv-pre-commit/python-3.7\n```\n\nIf you are running it inside the repository root you can just use:\n\ne.g. for Python 3.7 project\n```shell\n$ docker run --rm -v ${PWD}:/app prv-pre-commit/python-3.7\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgringolito%2Fprv-pre-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgringolito%2Fprv-pre-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgringolito%2Fprv-pre-commit/lists"}