diff --git a/Dockerfile b/Dockerfile index c9e3286..e7b6240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,8 @@ WORKDIR /opt # https://help.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user USER root +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