Sign inSign up

solune/phaudit

By solune

Updated over 5 years ago
Archived

Docker image with useful tools to audit a PHP project

Image
2

295

solune/phaudit repository overview

Phaudit

Docker Stars Docker Pulls

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).

Usage

Don't share your local .composer folder to the container.

$ docker run -it --rm \
    -v "$PWD":/srv \
    solune/phaudit:latest \
    sh

Available tools

More documentation ?

Adapted from jolicode/phaudit and from mykiwi/phaudit

Tag summary

Content type

Image

Digest

Size

193.4 MB

Last updated

over 5 years ago

docker pull solune/phaudit