diff --git a/Dockerfile b/Dockerfile index c2c29264dfd..d0871e1d6f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ FROM yoheimuta/protolint:latest as protolint FROM golang:alpine as dustilock RUN GOBIN=/usr/bin go install github.com/checkmarx/dustilock@v1.2.0 -FROM zricethezav/gitleaks:v8.18.1 as gitleaks +FROM zricethezav/gitleaks:v8.18.0 as gitleaks FROM checkmarx/kics:alpine as kics FROM trufflesecurity/trufflehog:latest as trufflehog FROM jdkato/vale:latest as vale