Skip to content

Commit b576730

Browse files
committed
minor #536 Update security-checker and uncomment this check on Travis CI (bocharsky-bw)
This PR was squashed before being merged into the master branch (closes #536). Discussion ---------- Update security-checker and uncomment this check on Travis CI Looks security checker should work now Commits ------- 6e58a7c Update security-checker and uncomment this check on Travis CI
2 parents eb13619 + 6e58a7c commit b576730

File tree

2 files changed

+66
-6
lines changed

2 files changed

+66
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ script:
3737
# this checks that the Twig template files contain no syntax errors
3838
- ./bin/console lint:twig app/Resources @CodeExplorerBundle
3939
# this checks that the application doesn't use dependencies with known security vulnerabilities
40-
#- ./bin/console security:check
40+
- ./bin/console security:check --end-point=http://security.sensiolabs.org/check_lock

composer.lock

Lines changed: 65 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)