From 2a6c0ca75133a72062e1afbb985663f406f2dad0 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Thu, 23 May 2024 23:40:03 +0100 Subject: [PATCH] Revert pinned sonarq version, They've moved to a rootless image and cache was retaining files with root permissions, solution is to clear cache --- .gitlab/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/lint.yml b/.gitlab/lint.yml index d64cb921..37649e1a 100644 --- a/.gitlab/lint.yml +++ b/.gitlab/lint.yml @@ -66,7 +66,7 @@ pylint: sonarcloud-check: stage: lint image: - name: sonarsource/sonar-scanner-cli:5.0.1 + name: sonarsource/sonar-scanner-cli:latest entrypoint: [""] tags: - saas-linux-medium-amd64