Loading python/safety.yml +2 −6 Original line number Diff line number Diff line Loading @@ -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 Loading
python/safety.yml +2 −6 Original line number Diff line number Diff line Loading @@ -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