Loading templates/gitlab-ci-python.yml +1 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ variables: BANDIT_ARGS: "--recursive ." # Safety tool PYTHON_SAFETY_IMAGE: pyupio/safety:latest SAFETY_ARGS: "--full-report" # Docs Loading Loading @@ -550,13 +549,13 @@ py-bandit: # Safety (dependency check) py-safety: extends: .python-base image: $PYTHON_SAFETY_IMAGE stage: test # force no dependencies dependencies: [] script: - mkdir -p reports - chmod o+rwx reports - _pip install safety - install_requirements build - | if ! _pip freeze | safety check --stdin ${SAFETY_ARGS} Loading Loading
templates/gitlab-ci-python.yml +1 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ variables: BANDIT_ARGS: "--recursive ." # Safety tool PYTHON_SAFETY_IMAGE: pyupio/safety:latest SAFETY_ARGS: "--full-report" # Docs Loading Loading @@ -550,13 +549,13 @@ py-bandit: # Safety (dependency check) py-safety: extends: .python-base image: $PYTHON_SAFETY_IMAGE stage: test # force no dependencies dependencies: [] script: - mkdir -p reports - chmod o+rwx reports - _pip install safety - install_requirements build - | if ! _pip freeze | safety check --stdin ${SAFETY_ARGS} Loading