From 5bfdda050e3e75c7a370fc7bb920080a10ac0d9f Mon Sep 17 00:00:00 2001 From: Marko Lahma Date: Mon, 20 Nov 2023 01:02:52 +0200 Subject: [PATCH] fix(tools): missing argument in SonarScannerTasks (#1290) --- .../Tools/SonarScanner/SonarScanner.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/Nuke.Common/Tools/SonarScanner/SonarScanner.json b/source/Nuke.Common/Tools/SonarScanner/SonarScanner.json index 089abbebf..f66f650a4 100644 --- a/source/Nuke.Common/Tools/SonarScanner/SonarScanner.json +++ b/source/Nuke.Common/Tools/SonarScanner/SonarScanner.json @@ -66,6 +66,13 @@ "secret": true, "help": "Specifies the password for the SonarQube username in the sonar.login argument. This argument is not needed if you use authentication token. If this argument is added to the begin step, it must also be added on the end step." }, + { + "name": "Token", + "type": "string", + "format": "/d:sonar.token={value}", + "secret": true, + "help": "Specifies the authentication token used to authenticate with to SonarQube. If this argument is added to the begin step, it must also be added to the end step." + }, { "name": "Verbose", "type": "bool", @@ -313,6 +320,13 @@ "secret": true, "help": "Specifies the password for the SonarQube username in the sonar.login argument. This argument is not needed if you use authentication token. If this argument is added to the begin step, it must also be added on the end step." }, + { + "name": "Token", + "type": "string", + "format": "/d:sonar.token={value}", + "secret": true, + "help": "Specifies the authentication token used to authenticate with to SonarQube. If this argument is added to the begin step, it must also be added to the end step." + }, { "name": "ClientCertificatePassword", "type": "string",