SONAR-16068 made SONAR_TOKEN optional

SONAR-16067 fixed file permissions
This commit is contained in:
Tobias Trabelsi
2022-03-01 10:34:32 +01:00
committed by GitHub
parent 72def085d4
commit bdba66714e
3 changed files with 16 additions and 5 deletions

View File

@@ -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