Compare commits

..

3 commits

Author SHA1 Message Date
94a4817e70 Renovate: Update python Docker tag to v3.12.4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-19 11:55:58 +00:00
53d8640163
Copy gitleaks from container
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-19 13:36:12 +02:00
fbc13e5630
Install gitleaks binary from github releases
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-19 10:11:01 +02:00

View file

@ -1,5 +1,6 @@
FROM python:3.12.4-alpine3.20@sha256:a982997504b8ec596f553d78f4de4b961bbdf5254e0177f6e99bb34f4ef16f95
COPY --from=koalaman/shellcheck:v0.10.0@sha256:2097951f02e735b613f4a34de20c40f937a6c8f18ecb170612c88c34517221fb /bin/shellcheck /bin/
COPY --from=koalaman/shellcheck:v0.10.0@sha256:2097951f02e735b613f4a34de20c40f937a6c8f18ecb170612c88c34517221fb /bin/shellcheck /usr/bin/
COPY --from=ghcr.io/gitleaks/gitleaks:v8.18.4@sha256:f44e526acc67786b7476db413edb993ce2d152660d32fb3eb48d9bca06fa83f8 /usr/bin/gitleaks /usr/bin/
# renovate: datasource=repology depName=alpine_3_20/build-base versioning=loose
ENV BUILD_BASE_VERSION="0.5-r3"