Skip to content

Commit

Permalink
Merge pull request #720 from opendevstack/fix/report-sonar-scanner-st…
Browse files Browse the repository at this point in the history
…derr

report sonar-scanner stderr
  • Loading branch information
michaelsauter authored Jul 21, 2023
2 parents 6e17f53 + 1186cf8 commit 35dce3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ listed in the changelog.

- ods.yaml branch trigger patterns must be lowercase ([#713](https://github.com/opendevstack/ods-pipeline/issues/713))

- sonar-scanner invocations stderr not captured ([#719](https://github.com/opendevstack/ods-pipeline/issues/719))

## [0.13.2] - 2023-07-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion cmd/sonar/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func sonarScan(
ctxt.GitCommitSHA,
prInfo,
os.Stdout,
os.Stdin,
os.Stderr,
)
if err != nil {
return fmt.Errorf("scan failed: %w", err)
Expand Down

0 comments on commit 35dce3b

Please sign in to comment.