Update sonar-scanner
Some checks failed
release / release (push) Failing after 9m41s

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-18 14:34:33 +02:00
parent f379708858
commit 88282d5b99

View File

@ -18,7 +18,7 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \
org.opencontainers.image.title="Gitea Actions runner images customised by Seeseemelk" \
org.opencontainers.image.description="Docker images used by act_runner to run workflows."
RUN wget -O sonar.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.2.1.4610.zip && \
RUN wget -O sonar.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-7.1.0.4889.zip && \
unzip sonar.zip && \
mkdir /sonar && \
mv sonar-scanner-*/* /sonar && \