mirror of
https://github.com/kitabisa/sonarqube-action.git
synced 2025-11-01 22:04:20 +08:00
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:
parent
c7058a020f
commit
8c154cc36b
@ -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."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user