This repository contains Dockerfile for WOSPM/Checker tool and the built image is ready on Docker Hub.
This is a repository of a Docker file to create images that contains pre-installed wospm-checker with latest version to check your project. The latest image are also ready on Docker Hub.
You can check your repo by mounting the root directory of the repo to /app
directory of the container.
docker run -v /path/tp/your/repo:/app -i -t wospm/checker wospm-checker --verbose 1
See CONTRIBUTING.md for detail.
See CODE_OF_CONDUCT for detail.