mirror of
https://github.com/jbcr/core.git
synced 2026-04-02 14:22:22 +02:00
Merge pull request #157 from bolt/hotfix/checker-link
Updating link to security checker to security.symfony.com
This commit is contained in:
@@ -42,7 +42,7 @@ script:
|
||||
# this checks that the XLIFF translations contain no syntax errors
|
||||
- ./bin/console lint:xliff translations
|
||||
# this checks that the application doesn't use dependencies with known security vulnerabilities
|
||||
- ./bin/console security:check --end-point=http://security.sensiolabs.org/check_lock
|
||||
- ./bin/console security:check --end-point=http://security.symfony.com/check_lock
|
||||
# this checks that the composer.json and composer.lock files are valid
|
||||
- composer validate --strict
|
||||
# this checks that Doctrine's mapping configurations are valid
|
||||
|
||||
Reference in New Issue
Block a user