Commit b56f0c0c authored by Ilya Rassadin's avatar Ilya Rassadin
Browse files

fix security check

parent b4876c1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
.run_composer_audit: &run_composer_audit |
  if [ -e $COMPOSER_INSTALL_DIR/composer.lock ];
  then
    php security-checker security:check $COMPOSER_INSTALL_DIR/composer.lock
    /root/.composer/vendor/bin/security-checker security:check $COMPOSER_INSTALL_DIR/composer.lock
  fi

.run_composer_install: &run_composer_install |
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ variables:
  esac       

phpcs_test:
  image: registry.cetera.su/adm/adm/php_composer:stretch_5
  image: registry.cetera.su/adm/adm/php_composer:stretch_6
  stage: test
  allow_failure: yes
  script: