diff --git a/Dockerfile b/Dockerfile index e493ae1..94a1cd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM newtmitch/sonar-scanner:4.5 +FROM sonarsource/sonar-scanner-cli:4 LABEL "com.github.actions.name"="SonarQube Scan" LABEL "com.github.actions.description"="Scan your code with SonarQube Scanner to detect bugs, vulnerabilities and code smells in more than 25 programming languages."