This docker image provides the latest version of prospector with all dependencies e.g. prospector[with_everything]
. The prospector version is automatically updated by dependabot and pushed to docker hub.
To use this image inside a GitLab CI environment add the following snippet to your .gitlab-ci.yml
:
prospector:
image:
name: ckleemann/prospector
entrypoint: [""]
before_script:
- pip install -r requirements.txt
script:
- prospector --profile prospector.yml .