Skip to content

Commit

Permalink
Merge pull request #30 from leonardomerlin/patch-1
Browse files Browse the repository at this point in the history
fix: use official sonnar scanner docker image
  • Loading branch information
dwisiswant0 committed Oct 21, 2021
2 parents c7058a0 + 8c154cc commit 10a365b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -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."
Expand Down

0 comments on commit 10a365b

Please sign in to comment.