Sign inSign up

ckleemann/prospector

By ckleemann

Updated 8 months ago
Archived

Image
1

7.1K

ckleemann/prospector repository overview

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 .

Tag summary

Content type

Image

Digest

sha256:568d6323f

Size

462.1 MB

Last updated

8 months ago

docker pull ckleemann/prospector