-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An article to help users understand how to integrate Pixeebot with SonarQube issues, in addition to SonarCloud. /closes #work --------- Co-authored-by: David Hafley <[email protected]>
- Loading branch information
Showing
4 changed files
with
39 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: "CodeQL" | ||
sidebar_position: 3 | ||
sidebar_position: 4 | ||
--- | ||
|
||
# CodeQL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: "Semgrep" | ||
sidebar_position: 2 | ||
sidebar_position: 3 | ||
--- | ||
|
||
# Semgrep | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "SonarQube" | ||
sidebar_position: 2 | ||
--- | ||
|
||
# SonarQube | ||
|
||
Pixeebot can automatically fix issues detected by [SonarQube](https://www.sonarsource.com/products/sonarqube/). | ||
|
||
For a given Sonar rule, Pixeebot's fixes are the same, regardless of whether the issue was detected by either SonarCloud or SonarQube. However, the steps required to integrate Pixeebot with these systems is different. | ||
|
||
## How to Get Started | ||
|
||
1. Install [Pixeebot GitHub Application](https://github.com/marketplace/pixeebot-automated-code-fixes) | ||
2. Add [Upload Tool Results GitHub Action](https://github.com/marketplace/actions/upload-tool-results-to-pixeebot) to workflows that run SonarQube analysis. | ||
3. Start receiving Pull Requests from Pixeebot that address Sonar findings. | ||
|
||
## More Information | ||
|
||
Pixee offers an on premises solution that can be deployed alongside your SonarQube instance. Please contact us at [email protected] for detailed setup instructions. | ||
|
||
SonarQube Community Edition lacks the features necessary to integrate with Pixeebot's PR experience. | ||
|
||
<iframe width="100%" height="315" src="https://www.youtube.com/embed/-Rx5NrZ8zDw?si=B3ktZrOH19fWNLTg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |