diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 911e0b9..d7303b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,20 +133,6 @@ NPM packages - check for vulnerabilities: - docker allow_failure: true -PHP packages - local-php-security-checker: - image: sumocoders/cli-tools-php83:latest - before_script: - - PHP_SC_VERSION=$(curl -s "https://api.github.com/repos/fabpot/local-php-security-checker/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/;s/^v//') - - curl -LSs https://github.com/fabpot/local-php-security-checker/releases/download/v${PHP_SC_VERSION}/local-php-security-checker_linux_amd64 > ./local-php-security-checker - - chmod +x ./local-php-security-checker - script: - - ./local-php-security-checker --format=ansi - stage: dependency scanning - needs: ["Install dependencies and build assets"] - tags: - - docker - allow_failure: true - PHP packages - composer audit: image: sumocoders/cli-tools-php83:latest script: