From 368a1cafa4a9e3ac7673f6bfa4a2b9db5c2df1c6 Mon Sep 17 00:00:00 2001 From: Alexandre Gigleux Date: Mon, 20 May 2024 16:55:50 +0200 Subject: [PATCH] Update entrypoint.sh Co-authored-by: Julien HENRY --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 43a7af8..706b3f3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,7 +8,7 @@ if [[ -z "${SONAR_TOKEN}" ]]; then fi if [[ -f "${INPUT_PROJECTBASEDIR%/}/pom.xml" ]]; then - echo "WARNING! Maven project detected, you might have only partial analysis. You can run the goal 'org.sonarsource.scanner.maven:sonar' during build instead of this GitHub Action." + echo "WARNING! Maven project detected, you might have only partial analysis. You can run the goal 'org.sonarsource.scanner.maven:sonar-maven-plugin:sonar' during build instead of this GitHub Action." fi if [[ -f "${INPUT_PROJECTBASEDIR%/}/build.gradle" || -f "${INPUT_PROJECTBASEDIR%/}/build.gradle.kts" ]]; then