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

flobb/docker-phaudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Docker image with useful tools to audit a PHP project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published