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