misc: Wording

This commit is contained in:
Dwi Siswanto
2022-06-16 11:13:04 +07:00
parent b87ffe4bf5
commit 2796ffc8b5
2 changed files with 22 additions and 10 deletions

View File

@@ -1,15 +1,18 @@
name: "SonarQube Scan"
description: "Scan your code with SonarQube Scanner to detect bugs, vulnerabilities and code smells in more than 25 programming languages."
author: "Dwi Siswanto"
branding:
icon: "check"
color: "green"
runs:
using: "docker"
image: "Dockerfile"
inputs:
host:
description: "SonarQube server URL"
description: "SonarQube server URL."
required: true
projectKey:
description: "The project's unique key. Allowed characters are: letters, numbers, -, _, . and :, with at least one non-digit."
@@ -24,11 +27,11 @@ inputs:
required: false
default: ""
projectBaseDir:
description: "Set the sonar.projectBaseDir analysis property"
description: "Set the sonar.projectBaseDir analysis property."
required: false
default: "."
login:
description: "Login or authentication token of a SonarQube user"
description: "Login or authentication token of a SonarQube user."
required: true
password:
description: "Password that goes with the sonar.login username. This should be left blank if an authentication token is being used."