Skip to content

Commit 4810e73

Browse files
committed
bug #902 update security check endpoint to security.symfony.com (bobdenotter, fabpot)
This PR was merged into the master branch. Discussion ---------- update security check endpoint to security.symfony.com As suggested by @fabpot, here: https://twitter.com/fabpot/status/1067085006542118913 😇 Commits ------- 73a6e17 Update .travis.yml 2456ef4 update security check endpoint to security.symfony.com
2 parents 300e180 + 73a6e17 commit 4810e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ script:
3838
# this checks that the XLIFF translations contain no syntax errors
3939
- ./bin/console lint:xliff translations
4040
# this checks that the application doesn't use dependencies with known security vulnerabilities
41-
- ./bin/console security:check --end-point=http://security.sensiolabs.org/check_lock
41+
- ./bin/console security:check
4242
# this checks that the composer.json and composer.lock files are valid
4343
- composer validate --strict
4444
# this checks that Doctrine's mapping configurations are valid

0 commit comments

Comments
 (0)