gitlab-ci: add new security scanner pyup.io/safety

https://pyup.io/safety/
This commit is contained in:
Hans-Christoph Steiner 2018-05-11 16:57:22 +02:00
parent feac3fa067
commit 0bd276de1c
1 changed files with 8 additions and 0 deletions

View File

@ -98,6 +98,14 @@ pip_install:
- fdroid readmeta
- fdroid update --help
pyup_io_safety_check:
image: archlinux/base
script:
- pacman --sync --sysupgrade --refresh --noconfirm grep python-pip python-virtualenv tar
- ./setup.py compile_catalog install
- pip install safety
- safety check --full-report
fedora_latest:
image: fedora:latest
only: