Skip to content

Commit

Permalink
fix(tools): missing argument in SonarScannerTasks (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored and matkoch committed Dec 15, 2023
1 parent 0c6eb36 commit 5bfdda0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions source/Nuke.Common/Tools/SonarScanner/SonarScanner.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
"secret": true,
"help": "Specifies the password for the SonarQube username in the <c>sonar.login</c> 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",
Expand Down Expand Up @@ -313,6 +320,13 @@
"secret": true,
"help": "Specifies the password for the SonarQube username in the <c>sonar.login</c> 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",
Expand Down

0 comments on commit 5bfdda0

Please sign in to comment.