Skip to content

Add workflow file to branch rohit-sre-github-patch-11 #40

Add workflow file to branch rohit-sre-github-patch-11

Add workflow file to branch rohit-sre-github-patch-11 #40

Workflow file for this run

name: Sonar Analysis
on:
push:
branches:
- '**'
- '*'
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonar:
uses: thoughtspot/workflows/.github/workflows/sonar-scan.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_PROJECTKEY: ${{ secrets.SONAR_PROJECTKEY }}