aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/lint.yml
blob: b4c587cbae3b170107b01895cb37bdef4bbc6476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
steps:
  gitleaks:
    image: zricethezav/gitleaks:v8.18.0
    commands:
      - gitleaks detect --no-git --verbose --source $CI_WORKSPACE
    when:
      event:
        exclude:
          - tag
  hadolint:
    image: hadolint/hadolint:latest-debian
    commands:
      - hadolint Dockerfile
    when:
      event:
        exclude:
          - tag