项目作者: ckleemann

项目描述 :
This docker image provides the latest version of prospector with all dependencies e.g. prospector[with_everything].
高级语言: Dockerfile
项目地址: git://github.com/ckleemann/docker-prospector.git
创建时间: 2020-03-31T11:48:04Z
项目社区:https://github.com/ckleemann/docker-prospector

开源协议:MIT License

下载


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:

  1. prospector:
  2. image:
  3. name: ckleemann/prospector
  4. entrypoint: [""]
  5. before_script:
  6. - pip install -r requirements.txt
  7. script:
  8. - prospector --profile prospector.yml .