Skip to content

M-arcus/php-mess-detector-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small PHP-Mess-Detector Docker image

This image uses Wolfi-OS to create a very small PHPMD Docker image and still glibc, to be used in CI/CD pipelines.

Usage

# or alternative use ghcr.io/m-arcus/php-mess-detector:latest
docker run --rm -v $(pwd):$(pwd) -w $(pwd) marcusmu/php-mess-detector:latest /path/to/source text codesize

If you don't want to pass the as arguments, you can create your regular phpmd.xml (and phpmd.baseline.xml and .phpmd.result-cache.php (--cache)) file and PHP Mess Detector will pick it up as usual.

About

Wolfi based very small PHP-Mess-Detector docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published