ckleemann / docker-prospector

This docker image provides the latest version of prospector with all dependencies e.g. prospector[with_everything].

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

This docker image provides the latest version of prospector with all dependencies e.g. prospector[with_everything].

License:MIT License


Languages

Language:Dockerfile 73.5%Language:Shell 26.5%