Skip to content

Commit

Permalink
soanrqube scan test (#61)
Browse files Browse the repository at this point in the history
* add test reports to sonarqube

* add test reports to sonarqube

* check sonar scans

* check sonar scans test 1

* check sonar scans test 2

* check sonar scans test 3

* check sonar scans test 3

* check sonar scans test 4

* check sonar scans test
  • Loading branch information
bspuli authored Aug 9, 2023
1 parent d5915f2 commit 7f6538c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
./gradlew sonarqube --info
./gradlew sonarqube --info

0 comments on commit 7f6538c

Please sign in to comment.