-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure sonar user has correct workdir permissions (#9)
- Loading branch information
1 parent
15172af
commit 846db1d
Showing
3 changed files
with
9 additions
and
6 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 +1 @@ | ||
PLUGIN_VERSION=0.1.0 | ||
PLUGIN_VERSION=0.1.1 |
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,7 +1,7 @@ | ||
sonarscanner-buildkite-plugin | ||
============================= | ||
|
||
[](https://github.com/wayfair-contribs/sonarscanner-buildkite-plugin/actions) [](https://github.com/wayfair-contribs/sonarscanner-buildkite-plugin/actions)   | ||
[](https://github.com/wayfair-contribs/sonarscanner-buildkite-plugin/actions) [](https://github.com/wayfair-contribs/sonarscanner-buildkite-plugin/actions)   | ||
|
||
This plugin performs static code analysis as part of a Buildkite pipeline and reports back to Sonarqube. | ||
|
||
|
@@ -25,7 +25,7 @@ steps: | |
- label: ":sonarqube: Sonarqube" | ||
branches: "master" # only report on the master branch | ||
plugins: | ||
- ssh://[email protected]/wayfair-contribs/sonarscanner-buildkite-plugin.git#v0.1.0: | ||
- ssh://[email protected]/wayfair-contribs/sonarscanner-buildkite-plugin.git#v0.1.1: | ||
sonarqube_host: https://sonarqube.example.com | ||
project_key: sonarqube_project_key | ||
soft_fail: # Ensures a Sonarqube error does not fail the pipeline | ||
|
@@ -43,7 +43,7 @@ The plugin supports paid Sonarqube features, such as enabling scans for a `branc | |
steps: | ||
- label: ":sonarqube: Sonarqube" | ||
plugins: | ||
- ssh://[email protected]/wayfair-contribs/sonarscanner-buildkite-plugin.git#v0.1.0: | ||
- ssh://[email protected]/wayfair-contribs/sonarscanner-buildkite-plugin.git#v0.1.1: | ||
sonarqube_host: https://sonarqube_enterprise.example.com | ||
project_key: sonarqube_project_key | ||
uses_community_edition: false | ||
|
@@ -71,7 +71,7 @@ steps: | |
- label: ":sonarqube: Sonarqube" | ||
plugins: | ||
- ssh://[email protected]/wayfair-contribs/sonarscanner-buildkite-plugin.git#v0.1.0: | ||
- ssh://[email protected]/wayfair-contribs/sonarscanner-buildkite-plugin.git#v0.1.1: | ||
sonarqube_host: https://sonarqube.example.com | ||
project_key: sonarqube_project_key | ||
artifacts: tmp/*coverage-*.xml | ||
|
@@ -106,7 +106,7 @@ steps: | |
- label: ":sonarqube: Sonarqube" | ||
plugins: | ||
- ssh://[email protected]/wayfair-contribs/sonarscanner-buildkite-plugin.git#v0.1.0: | ||
- ssh://[email protected]/wayfair-contribs/sonarscanner-buildkite-plugin.git#v0.1.1: | ||
sonarqube_host: https://sonarqube.example.com | ||
project_key: sonarqube_project_key | ||
is_dotnet: true | ||
|
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