Skip to content

Merge pull request #50 from thoughtspot/SCAL-304518-ex #176

Merge pull request #50 from thoughtspot/SCAL-304518-ex

Merge pull request #50 from thoughtspot/SCAL-304518-ex #176

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 }}