Skip to content

Merge pull request #25 from thoughtspot/tse-details #137

Merge pull request #25 from thoughtspot/tse-details

Merge pull request #25 from thoughtspot/tse-details #137

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