Skip to content

Commit 3cb9afa

Browse files
author
cradu
committed
Disable phpinsights security check (unrealiable now)
1 parent a33119b commit 3cb9afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: vendor/bin/rector --dry-run
121121

122122
- name: Execute PHP Insights
123-
run: vendor/bin/phpinsights --no-interaction
123+
run: vendor/bin/phpinsights --disable-security-check --no-interaction
124124

125125
laravel11-tests:
126126
runs-on: ubuntu-latest
@@ -223,4 +223,4 @@ jobs:
223223
run: vendor/bin/rector --dry-run
224224

225225
- name: Execute PHP Insights
226-
run: vendor/bin/phpinsights --no-interaction
226+
run: vendor/bin/phpinsights --disable-security-check --no-interaction

0 commit comments

Comments
 (0)