diff --git a/Dockerfile b/Dockerfile index 41a05ba..8988730 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM 491248485740.dkr.ecr.ap-southeast-1.amazonaws.com/sonar-scanner-cli:10.0 LABEL version="2.1.0" \ - repository="https://github.com/sonarsource/sonarqube-scan-action" \ - homepage="https://github.com/sonarsource/sonarqube-scan-action" \ + repository="https://github.com/machtwatch/sonarqube-scan-action" \ + homepage="https://github.com/machtwatch/sonarqube-scan-action" \ maintainer="SonarSource" \ com.github.actions.name="SonarQube Scan" \ com.github.actions.description="Scan your code with SonarQube to detect Bugs, Vulnerabilities and Code Smells in up to 27 programming languages!" \