aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/lint.yml')
-rw-r--r--.woodpecker/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index 5ccac95..463384e 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -1,7 +1,7 @@
---
steps:
gitleaks:
- image: zricethezav/gitleaks:v8.18.0
+ image: zricethezav/gitleaks:v8.18.0@sha256:e5f6d1a62786affd1abd882ecc73e9353ce78adea1650711f6e351767723712d
commands:
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
when:
@@ -9,7 +9,7 @@ steps:
exclude:
- tag
hadolint:
- image: pipelinecomponents/hadolint:0.25.9
+ image: pipelinecomponents/hadolint:0.25.9@sha256:430e949e6554d56ffc2dd08898ee609c71822d7fa1033f7c4dc240e90f2aac23
commands:
- hadolint Dockerfile
when: