From d6fece12b53da69a0a6fd583e7a0eccc83d4e7db Mon Sep 17 00:00:00 2001 From: istvan-bodo-sonarsource Date: Thu, 23 May 2024 11:30:27 +0200 Subject: [PATCH] Test act --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3e7aee8..6ff4e3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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