ci: add gitleaks
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-12-30 17:37:10 +01:00
parent 81dd66428c
commit f5c9ebd721
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -18,6 +18,11 @@ pipeline:
when:
branch: [master, master-*, develop, develop-*]
gitleaks:
image: plugins/gitleaks
settings:
path: .
composer:
image: deblan/php:8.1
commands:
@ -31,14 +36,14 @@ pipeline:
commands:
- ./bin/doctrine-migrate
when:
branch: [master, master-*, develop, develop-*]
branch: [master, master-*, develop, develop-*, feature/*]
jsroutes:
image: deblan/php:8.1
commands:
- php bin/console fos:js-routing:dump --format=json --target=public/js/fos_js_routes.json
when:
branch: [master, master-*, develop, develop-*]
branch: [master, master-*, develop, develop-*, feature/*]
node:
image: node:16-slim