We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6916c3 commit dd0344fCopy full SHA for dd0344f
.github/workflows/main.yml
@@ -79,6 +79,7 @@ jobs:
79
continue-on-error: ${{ matrix.allow_fail }}
80
81
- name: Check for vulnerabilities
82
+ if: ${{ contains(matrix.composer_update_flags, '--prefer-lowest') == false }}
83
run: composer security-checker
84
85
composer.json
@@ -49,7 +49,7 @@
49
}
50
},
51
"scripts": {
52
- "security-checker": "security-checker security:check"
+ "security-checker": "security-checker security:check --no-dev"
53
54
"scripts-descriptions": {
55
"security-checker": "Checks if your application uses dependencies with known security vulnerabilities."
0 commit comments