This commit is contained in:
istvan-bodo-sonarsource 2024-05-23 11:30:27 +02:00
commit d6fece12b5

View file

@ -23,6 +23,8 @@ WORKDIR /opt
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#docker-container-filesystem
USER 0
RUN ln -s $SONAR_SCANNER_HOME/bin/sonar-scanner /usr/local/bin/sonar-scanner
# Prepare entrypoint
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh