diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2023-03-24 15:19:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 15:19:24 +0100 |
commit | 30d6effe123c7ff5b42933d44b2c13fc67e7e5ec (patch) | |
tree | 8a078133d3e1f1d5546c0850fa7d9b92aa86a6f9 | |
parent | ca1f07b5bd375bb64ae5d2931c99f168cc186fd6 (diff) | |
parent | 936babe17e72382efaba26116b8d5dbdc0782001 (diff) | |
download | nextcloud-server-30d6effe123c7ff5b42933d44b2c13fc67e7e5ec.tar.gz nextcloud-server-30d6effe123c7ff5b42933d44b2c13fc67e7e5ec.zip |
Merge pull request #37384 from nextcloud/ci/psalm/security-analysis-ldap
ci(psalm): Install ftp+ldap extension for security scans
-rw-r--r-- | .github/workflows/static-code-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 4ae8babf843..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,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 |