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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.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." LABEL "com.github.actions.description"="Scan your code with SonarQube Scanner to detect bugs, vulnerabilities and code smells in more than 25 programming languages."