Skip to content

Commit 2456ef4

Browse files
authored
update security check endpoint to security.symfony.com
1 parent dfc8a44 commit 2456ef4

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 --end-point=http://security.symfony.com/check_lock
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)