From d4e42ef7218cbb7cd2f7c2f9e0121d57ab6115c4 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Mon, 12 Apr 2021 23:49:57 +0200 Subject: [PATCH] CI: Removed composer audit dependencies --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba6edba3..5abc7dec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,14 +106,14 @@ build-image: # audit-composer: - image: ${TEST_IMAGE} + image: php:latest stage: test - needs: [ build-image ] + needs: [ ] before_script: - - wget -qO - https://github.com/symfony/cli/releases/latest/download/symfony_linux_amd64.gz | gzip -d > /bin/symfony + - curl -Ls https://github.com/symfony/cli/releases/latest/download/symfony_linux_amd64.gz | gzip -d > /bin/symfony - chmod +x /bin/symfony script: - - symfony check:security --no-ansi --dir "${DOCROOT}" + - symfony check:security --no-ansi audit-yarn: image: node:alpine