From 6f07c768f019ff7dcf8038f7cff539e1cc80e78a Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 18 Nov 2022 21:12:32 +0100 Subject: [PATCH] chore: remove detect-secrets as trivy can do that now just as good --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2308ea1..fc0a5a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,6 @@ RUN echo "@edge-testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /e strace \ podman \ buildah \ - py3-pip \ aws-cli \ trivy@edge-testing @@ -47,8 +46,4 @@ ENV HOME=/home/$BUILDUSER USER $BUILDUSER -# Install detect-secrets -ENV PATH=$PATH:/home/${BUILDUSER}/.local/bin -RUN pip install detect-secrets --user - ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/entrypoint.sh"]