Skip to content

Commit ab88749

Browse files
KingJul1anCCFenner
andauthored
fix(docs): dead link in sonarExecuteScan (#4936)
* fix dead link in sonarExecuteScan.yaml https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner leads to "Page not found" * Update sonarExecuteScan.yaml * Update sonarExecuteScan.yaml typo * Update sonarExecuteScan_generated.go --------- Co-authored-by: Christopher Fenner <[email protected]>
1 parent 92a6705 commit ab88749

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cmd/sonarExecuteScan_generated.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/metadata/sonarExecuteScan.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
metadata:
22
name: sonarExecuteScan
33
description: Executes the Sonar scanner
4-
longDescription: "The step executes the [sonar-scanner](https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner)
5-
cli command to scan the defined sources and publish the results to a SonarQube instance."
4+
longDescription: "The step executes the [sonar-scanner](https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/scanners/sonarscanner/)
5+
cli command to scan the defined sources and publish the results to a SonarQube instance. Check [source repository](https://github.com/SonarSource/sonar-scanner-cli) for more details."
66
spec:
77
inputs:
88
secrets:
@@ -126,7 +126,7 @@ spec:
126126
- name: inferJavaBinaries
127127
type: bool
128128
description: "Find the location of generated Java class files in all modules
129-
and pass the option `sonar.java.binaries to the sonar tool."
129+
and pass the option `sonar.java.binaries` to the sonar tool."
130130
scope:
131131
- PARAMETERS
132132
- STAGES

0 commit comments

Comments
 (0)