From 6c2d9ec73e4c974ba18af74e6f9ac1f5117d5da8 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 24 Mar 2023 12:36:26 +0100 Subject: [PATCH 1/2] ci(psalm): Install ldap extension for security scans Otherwise Psalm runs into tons of `UndefinedConstant` 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 4ae8babf8435e..a0d2e26bc0f70 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,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip + extensions: ctype,curl,dom,fileinfo,gd,intl,json,ldap,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none - name: Composer install From 936babe17e72382efaba26116b8d5dbdc0782001 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 24 Mar 2023 13:21:47 +0100 Subject: [PATCH 2/2] 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 a0d2e26bc0f70..6f18f77c48ef7 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