aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/lint.yml
blob: 5ccac954be2d54702907c7f74c1f145b8a045fb5 (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: pipelinecomponents/hadolint:0.25.9
    commands:
      - hadolint Dockerfile
    when:
      event:
        exclude:
          - tag