Skip to content

Commit

Permalink
Add sonar test (#1088)
Browse files Browse the repository at this point in the history
* Adding sonarqube properties for test

* add gitlab-ci configuration to project for testing

* adding image including required keystore

* Adding shared tag to allow use of shared runners.

* Updating job to a testing functioning item

* adding flag to enable a sonarscan that finds an error to still 'pass'
  • Loading branch information
9strands authored Apr 12, 2023
1 parent 34b139f commit d4541c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ sonarqube-check:
${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME:+-Dsonar.pullrequest.branch="$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"}
${CI_MERGE_REQUEST_TARGET_BRANCH_NAME:+-Dsonar.pullrequest.base="$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"}
timeout: 15 minutes
allow_failure: true
tags:
- shared

0 comments on commit d4541c2

Please sign in to comment.