{"id":21117510,"url":"https://github.com/nbgrp/auditor","last_synced_at":"2026-03-17T20:35:14.231Z","repository":{"id":37075285,"uuid":"377489876","full_name":"nbgrp/auditor","owner":"nbgrp","description":"Simple and useful dockerized GrumPHP-based php code analyzer.","archived":false,"fork":false,"pushed_at":"2026-03-06T08:28:44.000Z","size":1598,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-06T09:56:11.338Z","etag":null,"topics":["docker-container","grumphp","php","static-analysis"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/nbgrp/auditor","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nbgrp.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}},"created_at":"2021-06-16T12:32:45.000Z","updated_at":"2026-03-06T08:28:41.000Z","dependencies_parsed_at":"2023-02-14T00:15:18.644Z","dependency_job_id":"31d06aa5-81bb-4138-bc0a-11a6e0b62d9f","html_url":"https://github.com/nbgrp/auditor","commit_stats":{"total_commits":236,"total_committers":3,"mean_commits":78.66666666666667,"dds":"0.17796610169491522","last_synced_commit":"903c1bfc7aefd7eaf7d048fc3ff0d7645a1978f7"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/nbgrp/auditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbgrp%2Fauditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbgrp%2Fauditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbgrp%2Fauditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbgrp%2Fauditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbgrp","download_url":"https://codeload.github.com/nbgrp/auditor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbgrp%2Fauditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30631302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"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":["docker-container","grumphp","php","static-analysis"],"created_at":"2024-11-20T02:46:19.301Z","updated_at":"2026-03-17T20:35:14.225Z","avatar_url":"https://github.com/nbgrp.png","language":"Dockerfile","readme":"# Auditor\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/nbgrp/auditor)](https://img.shields.io/docker/pulls/nbgrp/auditor)\n\nThe Auditor is a toolbox based on the awesome [GrumPHP](https://github.com/phpro/grumphp) utility\nwhich allows to run several code quality tools parallel.\n\nCurrently, the Auditor supports the following code quality tools:\n\n- [Deptrac](https://github.com/qossmic/deptrac)\n- [Phan](https://github.com/phan/phan)\n- [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)\n- [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)\n- [PHP Mess Detector](https://github.com/phpmd/phpmd)\n- [PHP Magic Number Detector](https://github.com/povils/phpmnd)\n- [PHPStan](https://github.com/phpstan/phpstan)\n- [Psalm](https://github.com/vimeo/psalm)\n\n## Usage\n\nTo use the Auditor tool container just run the following command in directory with\nyour `grumphp.yml`:\n\n```\ndocker run -it --rm -v $PWD:/app --workdir /app nbgrp/auditor:latest\n```\n\nIt passes your current working directory (`$PWD`) into the Auditor's container and execute\n`grumphp run` for all files from this directory with applying settings from `grumphp.yml`.\n\nWhen using the Auditor with GitHub Actions, you may need to specify the working directory (that\ncontains `grumphp.yml`) inside a repository. To do this, you can use the `with.working_dir` step\nparameter:\n\n```yaml\n- name: Audit\n  uses: docker://nbgrp/auditor:latest\n  with:\n    working_dir: inner_directory_with_grumphp_config\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbgrp%2Fauditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbgrp%2Fauditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbgrp%2Fauditor/lists"}