From 676bb827438120ca273ff11f366cf14ae766565d Mon Sep 17 00:00:00 2001 From: mw-akbar <108258608+mw-akbar@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:26:41 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!" \