aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/lint.yml
blob: 463384e61792847322ba363b9c6f2de53feb59b7 (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@sha256:e5f6d1a62786affd1abd882ecc73e9353ce78adea1650711f6e351767723712d
    commands:
      - gitleaks detect --no-git --verbose --source $CI_WORKSPACE
    when:
      event:
        exclude:
          - tag
  hadolint:
    image: pipelinecomponents/hadolint:0.25.9@sha256:430e949e6554d56ffc2dd08898ee609c71822d7fa1033f7c4dc240e90f2aac23
    commands:
      - hadolint Dockerfile
    when:
      event:
        exclude:
          - tag