We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d45b1 commit dd1e6bdCopy full SHA for dd1e6bd
.github/workflows/sonar-scan.yml
@@ -0,0 +1,17 @@
1
+name: Sonar Analysis
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - '**'
7
+ - '*'
8
+ pull_request:
9
+ types: [opened, synchronize, reopened]
10
11
+jobs:
12
+ sonar:
13
+ uses: thoughtspot/workflows/.github/workflows/sonar-scan.yml@main
14
+ secrets:
15
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
16
+ SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
17
+ SONAR_PROJECTKEY: ${{ secrets.SONAR_PROJECTKEY }}
0 commit comments