mirror of
https://github.com/kitabisa/sonarqube-action.git
synced 2025-11-01 22:04:20 +08:00
Merge pull request #30 from leonardomerlin/patch-1
fix: use official sonnar scanner docker image
This commit is contained in:
commit
10a365b29a
@ -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