Skip to content

Commit

Permalink
fix(docs): dead link in sonarExecuteScan (#4936)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
KingJul1an and CCFenner authored Jun 19, 2024
1 parent 92a6705 commit ab88749
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmd/sonarExecuteScan_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions resources/metadata/sonarExecuteScan.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
metadata:
name: sonarExecuteScan
description: Executes the Sonar scanner
longDescription: "The step executes the [sonar-scanner](https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner)
cli command to scan the defined sources and publish the results to a SonarQube instance."
longDescription: "The step executes the [sonar-scanner](https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/scanners/sonarscanner/)
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."
spec:
inputs:
secrets:
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
- name: inferJavaBinaries
type: bool
description: "Find the location of generated Java class files in all modules
and pass the option `sonar.java.binaries to the sonar tool."
and pass the option `sonar.java.binaries` to the sonar tool."
scope:
- PARAMETERS
- STAGES
Expand Down

0 comments on commit ab88749

Please sign in to comment.