From 936babe17e72382efaba26116b8d5dbdc0782001 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 24 Mar 2023 13:21:47 +0100 Subject: [PATCH] ci(psalm): Install ftp extension for security scans Signed-off-by: Christoph Wurst --- .github/workflows/static-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index a0d2e26bc0f..6f18f77c48e 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -57,7 +57,7 @@ jobs: uses: shivammathur/setup-php@master with: php-version: '8.0' - extensions: ctype,curl,dom,fileinfo,gd,intl,json,ldap,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip + extensions: ctype,curl,dom,fileinfo,ftp,gd,intl,json,ldap,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none - name: Composer install