undo the nobody user
Some checks failed
Gosec Check / Gosec Check (push) Failing after 14s

This commit is contained in:
Shane C 2024-09-08 15:01:45 -04:00
parent 85b8899056
commit dd7f28e061
Signed by: shanec
GPG key ID: E46B5FEA35B22FF9

View file

@ -18,7 +18,6 @@ RUN chmod +x /goscan && chmod +x /entrypoint.sh
RUN curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b /usr/local/bin
USER nobody
ENV PATH="/usr/local/go/bin:${PATH}"
ENTRYPOINT ["/entrypoint.sh"]