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
commit 10a365b29a
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."