aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/lint.yml
blob: 3aefe4b9315a2555ec25738d88f170f1c9deb4f1 (plain)
1
2
3
4
5
6
7
8
9
10
---
steps:
  gitleaks:
    image: zricethezav/gitleaks:latest
    commands:
      - gitleaks detect --no-git --verbose --source $CI_WORKSPACE
    when:
      event:
        exclude:
          - tag