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