remove php security checl
This commit is contained in:
parent
bb044d2e7c
commit
9917aa4bb5
1 changed files with 0 additions and 6 deletions
|
@ -24,9 +24,3 @@ docker-build:
|
|||
- if: $CI_COMMIT_BRANCH
|
||||
exists:
|
||||
- Dockerfile
|
||||
|
||||
php-security-checker:
|
||||
stage: test
|
||||
image: registry.gitlab.com/pipeline-components/php-security-checker:latest
|
||||
script:
|
||||
- cd public/API && security-checker security:check composer.lock
|
||||
|
|
Loading…
Reference in a new issue