Skip to content

Commit ba41f32

Browse files
Merge pull request #48266 from nextcloud/fix/psalm/enabled-find-unused-baseline-entry
2 parents 46301a1 + 6fd1799 commit ba41f32

4 files changed

Lines changed: 2 additions & 123 deletions

File tree

.github/workflows/static-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: composer i
6767

6868
- name: Psalm taint analysis
69-
run: composer run psalm:ci -- --monochrome --no-progress --output-format=github --report=results.sarif --taint-analysis
69+
run: composer run psalm:ci -- --monochrome --no-progress --output-format=github --report=results.sarif --taint-analysis --ignore-baseline
7070

7171
- name: Upload Security Analysis results to GitHub
7272
if: always()

.github/workflows/update-psalm-baseline-approve-merge.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/update-psalm-baseline.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xmlns="https://getpsalm.org/schema/config"
1111
xsi:schemaLocation="https://getpsalm.org/schema/config https://getpsalm.org/schema/config"
1212
errorBaseline="build/psalm-baseline.xml"
13-
findUnusedBaselineEntry="false"
13+
findUnusedBaselineEntry="true"
1414
findUnusedCode="false"
1515
phpVersion="8.1"
1616
>

0 commit comments

Comments
 (0)