CI: Removed composer audit dependencies

This commit is contained in:
Igor Scheller 2021-04-12 23:49:57 +02:00
parent b5882fce87
commit d4e42ef721
1 changed files with 4 additions and 4 deletions

View File

@ -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