mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -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
|
||||
|
||||
############
|
||||
# Set user #
|
||||
############
|
||||
RUN addgroup -g 1000 superlinter && \
|
||||
adduser -u 1000 -D -G superlinter superlinter
|
||||
USER superlinter
|
||||
|
||||
######################
|
||||
# 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
|
||||
|
||||
############
|
||||
# Set user #
|
||||
############
|
||||
RUN addgroup -g 1000 superlinter && \
|
||||
adduser -u 1000 -D -G superlinter superlinter
|
||||
USER superlinter
|
||||
|
||||
######################
|
||||
# Set the entrypoint #
|
||||
######################
|
||||
|
|
Loading…
Reference in a new issue