This commit is contained in:
Joe Testa 2025-05-19 11:38:50 -04:00 committed by GitHub
commit 6d859d7e82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,4 +23,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"]