Michael Grote
04a75ae752
Reviewed-on: #593 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
13 lines
241 B
YAML
13 lines
241 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: gitleaks
|
|
steps:
|
|
gitleaks:
|
|
image: zricethezav/gitleaks:latest
|
|
commands:
|
|
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
|
when:
|
|
event:
|
|
exclude:
|
|
- tag
|