From 24729c6b05a37222d47dd8582d313a41054f5dfe Mon Sep 17 00:00:00 2001 From: Dave Roverts Date: Sat, 12 Feb 2022 21:26:02 +0100 Subject: [PATCH] ci: disable enlightn security checker --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03ea19d7..335b149e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,5 +202,5 @@ jobs: - name: Copy/Paste Detector run: phpcpd app/ --min-lines=50 - - name: Enlightn Security Checker - run: php vendor/enlightn/security-checker/security-checker security:check composer.lock + # - name: Enlightn Security Checker + # run: php vendor/enlightn/security-checker/security-checker security:check composer.lock