Skip to content

Commit

Permalink
fix: use official sonnar scanner docker image
Browse files Browse the repository at this point in the history
the `newtmitch/docker-sonar-scanner` is not official and not up-to-date with the latest version of sonar.
  • Loading branch information
leonardomerlin committed Oct 21, 2021
1 parent c7058a0 commit 8c154cc
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 8c154cc

Please sign in to comment.