mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-14 18:31:14 +00:00
Switch to root user
This commit is contained in:
parent
796ed176e3
commit
220302becf
1 changed files with 1 additions and 0 deletions
|
|
@ -11,4 +11,5 @@ LABEL version="2.0.1" \
|
|||
|
||||
COPY --chmod=755 entrypoint.sh /entrypoint.sh
|
||||
COPY --chmod=755 cleanup.sh /cleanup.sh
|
||||
USER root
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue