CI: Removed composer audit dependencies
This commit is contained in:
parent
b5882fce87
commit
d4e42ef721
|
@ -106,14 +106,14 @@ build-image:
|
||||||
#
|
#
|
||||||
|
|
||||||
audit-composer:
|
audit-composer:
|
||||||
image: ${TEST_IMAGE}
|
image: php:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs: [ build-image ]
|
needs: [ ]
|
||||||
before_script:
|
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
|
- chmod +x /bin/symfony
|
||||||
script:
|
script:
|
||||||
- symfony check:security --no-ansi --dir "${DOCROOT}"
|
- symfony check:security --no-ansi
|
||||||
|
|
||||||
audit-yarn:
|
audit-yarn:
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
|
|
Loading…
Reference in New Issue