aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-10-01 00:09:15 +0200
committerJoas Schilling <coding@schilljs.com>2024-10-01 00:11:07 +0200
commit570a9e208fa638c35f5ec1c9754acf2a66aa587d (patch)
treef1242f593b5afe10596cc7b599a3e444fd056f2c /composer.json
parent990ee44015da720acbcf22dfe583b181dd1655fd (diff)
downloadnextcloud-server-570a9e208fa638c35f5ec1c9754acf2a66aa587d.tar.gz
nextcloud-server-570a9e208fa638c35f5ec1c9754acf2a66aa587d.zip
ci: Add psalm baseline for security and make CI fail on changeci/noid/improve-running-psalm-locally
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 86908c10c88..5912a81f987 100644
--- a/composer.json
+++ b/composer.json
@@ -60,7 +60,7 @@
"lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/stubs/*' -print0 | xargs -0 -n1 php -l",
"psalm": "psalm --no-cache --threads=$(nproc)",
"psalm:ocp": "psalm --no-cache --threads=$(nproc) -c psalm-ocp.xml",
- "psalm:security": "psalm --no-cache --threads=$(nproc) --taint-analysis --ignore-baseline",
+ "psalm:security": "psalm --no-cache --threads=$(nproc) --taint-analysis --use-baseline=build/psalm-baseline-security.xml",
"psalm:update-baseline": "psalm --no-cache --threads=$(nproc) --update-baseline",
"serve": [
"Composer\\Config::disableProcessTimeout",