Skip to content

Commit 1fa51a4

Browse files
author
GitHub Actions
committed
Add workflow file to branch rohit-sre-github-patch-13
1 parent b918159 commit 1fa51a4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/sonar-scan.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)