Commit b2bded79 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix: no need for safety check on dev packages

parent 79ed60df
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -3,14 +3,10 @@
# security vulnerabilities
# https://pypi.org/project/safety/

# This variable tells the kaniko job to add python testing
# packages to a separate testing image

python:safety:
  stage: test
  image: registry.gitlab.com/notno/python-tests
  before_script:
    - pip install .
  image: python:slim
  script:
    - pip install .
    - pip install safety
    - safety check