Merge pull request #157 from bolt/hotfix/checker-link

Updating link to security checker to security.symfony.com
This commit is contained in:
Bob den Otter
2018-11-26 17:45:54 +01:00
committed by GitHub

View File

@@ -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