Skip to content

SAST - SonarCloud - action #6

SAST - SonarCloud - action

SAST - SonarCloud - action #6

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