mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
remove super-linter user due to permissions (#1870)
This commit is contained in:
parent
8e17b57c1a
commit
b803f846b9
2 changed files with 0 additions and 14 deletions
|
@ -458,13 +458,6 @@ COPY TEMPLATES /action/lib/.automation
|
||||||
################################################
|
################################################
|
||||||
RUN ACTIONS_RUNNER_DEBUG=true WRITE_LINTER_VERSIONS_FILE=true /action/lib/linter.sh
|
RUN ACTIONS_RUNNER_DEBUG=true WRITE_LINTER_VERSIONS_FILE=true /action/lib/linter.sh
|
||||||
|
|
||||||
############
|
|
||||||
# Set user #
|
|
||||||
############
|
|
||||||
RUN addgroup -g 1000 superlinter && \
|
|
||||||
adduser -u 1000 -D -G superlinter superlinter
|
|
||||||
USER superlinter
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Set the entrypoint #
|
# Set the entrypoint #
|
||||||
######################
|
######################
|
||||||
|
|
|
@ -393,13 +393,6 @@ COPY TEMPLATES /action/lib/.automation
|
||||||
################################################
|
################################################
|
||||||
RUN ACTIONS_RUNNER_DEBUG=true WRITE_LINTER_VERSIONS_FILE=true IMAGE=slim /action/lib/linter.sh
|
RUN ACTIONS_RUNNER_DEBUG=true WRITE_LINTER_VERSIONS_FILE=true IMAGE=slim /action/lib/linter.sh
|
||||||
|
|
||||||
############
|
|
||||||
# Set user #
|
|
||||||
############
|
|
||||||
RUN addgroup -g 1000 superlinter && \
|
|
||||||
adduser -u 1000 -D -G superlinter superlinter
|
|
||||||
USER superlinter
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Set the entrypoint #
|
# Set the entrypoint #
|
||||||
######################
|
######################
|
||||||
|
|
Loading…
Reference in a new issue