Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 727 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 727 Bytes

prospector docker image

Build Status

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.

GitLab CI

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 .