Commit 504a9598 authored by Ilya Rassadin's avatar Ilya Rassadin
Browse files

Used new composer audit feature

parent d800328e
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
    /usr/bin/local-php-security -path $COMPOSER_INSTALL_DIR/composer.lock
    composer audit
  fi

.run_composer_install_prod: &run_composer_install_prod |