Merge pull request #30 from leonardomerlin/patch-1

fix: use official sonnar scanner docker image
This commit is contained in:
Dwi Siswanto
2021-10-22 05:33:28 +07:00
committed by GitHub

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