This commit is contained in:
Joe Testa 2025-08-04 18:19:36 +02:00 committed by GitHub
commit 876736cbb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,4 +21,8 @@ FROM scratch
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
WORKDIR /mnt
COPY --from=alpine /bin/shellcheck /bin/
# Drop root privileges.
USER 65535:65535
ENTRYPOINT ["/bin/shellcheck"]