diff options
| author | Michael Grote | 2023-11-07 16:20:27 +0100 |
|---|---|---|
| committer | Michael Grote | 2023-11-07 16:20:27 +0100 |
| commit | 3ffcb7c81c43ccc6614fb5672ca5ebf82e6b3fcc (patch) | |
| tree | de6f68556a0b4d6e5abb833a2c02bcb0dac516be /.woodpecker/lint.yml | |
| parent | e806f2b459f4cb2d18fb7e2e39c12f63d3d75aec (diff) | |
ci: drone -> woodpecker
Diffstat (limited to '.woodpecker/lint.yml')
| -rw-r--r-- | .woodpecker/lint.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml new file mode 100644 index 0000000..db52cef --- /dev/null +++ b/.woodpecker/lint.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +type: docker +name: linting +steps: + gitleaks: + image: zricethezav/gitleaks:latest + commands: + - gitleaks detect --no-git --verbose --source $CI_WORKSPACE + when: + event: + exclude: + - tag |