This commit is contained in:
parent
85b8899056
commit
dd7f28e061
1 changed files with 0 additions and 1 deletions
|
@ -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
|
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}"
|
ENV PATH="/usr/local/go/bin:${PATH}"
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
Reference in a new issue