From 2091921b5741b8008b6ae95414f47a55180f80fc Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Mon, 26 Nov 2018 17:41:33 +0100 Subject: [PATCH] Updating link to security checker to security.symfony.com --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01cb2247..d5b72c12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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