Skip to content

SAST - SonarCloud - action #8

SAST - SonarCloud - action

SAST - SonarCloud - action #8

Workflow file for this run

name: SAST - SonarCloud (BT)
on:
push:
pull_request_target:
workflow_dispatch:
jobs:
SAST_caller:
uses: TestingOrgCS/WorkflowsRepo/.github/workflows/central_SONAR.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}