chore: remove detect-secrets as trivy can do that now just as good
This commit is contained in:
parent
d175bf3e08
commit
6f07c768f0
@ -17,7 +17,6 @@ RUN echo "@edge-testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /e
|
|||||||
strace \
|
strace \
|
||||||
podman \
|
podman \
|
||||||
buildah \
|
buildah \
|
||||||
py3-pip \
|
|
||||||
aws-cli \
|
aws-cli \
|
||||||
trivy@edge-testing
|
trivy@edge-testing
|
||||||
|
|
||||||
@ -47,8 +46,4 @@ ENV HOME=/home/$BUILDUSER
|
|||||||
|
|
||||||
USER $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"]
|
ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user