Skip to content

Commit cab6345

Browse files
committed
Disable exit error code for security checker for now
1 parent b4f6556 commit cab6345

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: PHP Security Checker
4040
uses: symfonycorp/security-checker-action@v2
41+
with:
42+
disable-exit-code: 1
4143
if: ${{ matrix.stability == 'prefer-stable' }}
4244

4345
- name: Execute tests

0 commit comments

Comments
 (0)