mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-20 03:55:43 +00:00
SONAR-16068 made SONAR_TOKEN optional
SONAR-16067 fixed file permissions
This commit is contained in:
parent
72def085d4
commit
bdba66714e
3 changed files with 16 additions and 5 deletions
|
|
@ -9,8 +9,6 @@ LABEL version="1.1.0" \
|
|||
com.github.actions.icon="check" \
|
||||
com.github.actions.color="green"
|
||||
|
||||
# https://help.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
|
||||
USER root
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue