Skip to content

Sonarcloud scan

Sonarcloud scan #307

Workflow file for this run

name: Sonarcloud scan
on:
workflow_run:
workflows:
- Unit Tests
types:
- completed
jobs:
sonarcloud:
uses: stolostron/governance-policy-framework/.github/workflows/sonarcloud.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}