Skip to content
Snippets Groups Projects
Commit fa5b9ac7 authored by Thibault Debatty's avatar Thibault Debatty
Browse files

add security:checker

parent 12d65ec1
No related branches found
No related tags found
No related merge requests found
Pipeline #5207 failed
......@@ -29,6 +29,12 @@ test:php72:
- vendor/bin/phpcpd app/ config/ database/ public/ resources/ routes/ tests/
- vendor/bin/phpstan analyze --memory-limit=512M
test:dependencies:
image: cylab/php72
script:
# in cylab/php72, security-checker is already installed...
- ~/.composer/vendor/bin/security-checker security:check composer.lock
test:gitleaks:
stage: test
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment