Docker image with useful tools to audit a PHP project
295
Docker image with useful tools to audit a PHP project.
Warning: You must mount a directory to /srv to make the entrypoint work (it change you to www-data user).
Don't share your local .composer folder to the container.
$ docker run -it --rm \
-v "$PWD":/srv \
solune/phaudit:latest \
sh
phpstanphpdatwigcsphp-cs-fixeryaml-linterpdependphanphpmddeptracsecurity-checkerAdapted from jolicode/phaudit and from mykiwi/phaudit
Content type
Image
Digest
Size
193.4 MB
Last updated
over 5 years ago
docker pull solune/phaudit