Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Latest commit

 

History

History
38 lines (27 loc) · 1.5 KB

File metadata and controls

38 lines (27 loc) · 1.5 KB

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