fix: use official sonnar scanner docker image

the `newtmitch/docker-sonar-scanner` is not official and not up-to-date with the latest version of sonar.
This commit is contained in:
Leonardo Merlin
2021-10-21 10:35:20 +02:00
committed by GitHub
parent c7058a020f
commit 8c154cc36b

View File

@@ -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."