mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
gitlab-ci: add new security scanner pyup.io/safety
https://pyup.io/safety/
This commit is contained in:
parent
feac3fa067
commit
0bd276de1c
1 changed files with 8 additions and 0 deletions
|
|
@ -98,6 +98,14 @@ pip_install:
|
||||||
- fdroid readmeta
|
- fdroid readmeta
|
||||||
- fdroid update --help
|
- 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:
|
fedora_latest:
|
||||||
image: fedora:latest
|
image: fedora:latest
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue