chore: remove detect-secrets as trivy can do that now just as good
ZeroDownTime/jenkins-podman/pipeline/head This commit looks good Details

This commit is contained in:
Stefan Reimer 2022-11-18 21:12:32 +01:00
parent d175bf3e08
commit 6f07c768f0
1 changed files with 0 additions and 5 deletions

View File

@ -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"]