We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14085d commit 6014b14Copy full SHA for 6014b14
.github/workflows/rw_sonarqube_scan.yaml
@@ -25,6 +25,11 @@ on:
25
type: string
26
required: false
27
default: ./
28
+ sonar_host_url:
29
+ description: "The server host URL about SonarQube scanning mechanism."
30
+ required: false
31
+ type: string
32
+ default: https://sonarcloud.io
33
34
secrets:
35
sonar_token:
@@ -51,3 +56,4 @@ jobs:
51
56
env:
52
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
53
58
SONAR_TOKEN: ${{ secrets.sonar_token }}
59
+ SONAR_HOST_URL: ${{ inputs.sonar_host_url }}
0 commit comments