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

This commit is contained in:
Simon Vieille 2022-12-30 17:38:20 +01:00
parent f5c9ebd721
commit 8bfa026678
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -18,17 +18,17 @@ pipeline:
when:
branch: [master, master-*, develop, develop-*]
gitleaks:
image: plugins/gitleaks
settings:
path: .
composer:
image: deblan/php:8.1
commands:
- apt-get update && apt-get -y install git
- composer install --no-scripts
gitleaks:
image: plugins/gitleaks
settings:
path: .
migrate:
image: deblan/php:8.1
environment: