From 9917aa4bb516435f60213e00d2808ce15c0f89a8 Mon Sep 17 00:00:00 2001 From: jonasled <1-jonasled@users.noreply.gitlab.jonasled.de> Date: Tue, 22 Jun 2021 20:42:04 +0000 Subject: [PATCH] remove php security checl --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ee80a4..b15f11e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab