--- # safety checks your installed python dependencies for known # security vulnerabilities # https://pypi.org/project/safety/ python:safety: stage: test image: python:slim script: - pip install . || true # installs package only if available - pip install safety - safety check