This repository has been archived on 2024-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
mdns-repeater-mikrotik/.woodpecker/lint.yml

19 lines
355 B
YAML
Raw Normal View History

2023-11-07 15:36:33 +01:00
---
steps:
gitleaks:
2024-01-26 22:53:05 +01:00
image: zricethezav/gitleaks:v8.18.0
2023-11-07 15:36:33 +01:00
commands:
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
when:
event:
exclude:
- tag
hadolint:
2024-01-26 23:29:01 +01:00
image: pipelinecomponents/hadolint:0.25.9
2023-11-07 15:36:33 +01:00
commands:
- hadolint Dockerfile
when:
event:
exclude:
- tag