Skip to content

SAST - SonarCloud - action #10

SAST - SonarCloud - action

SAST - SonarCloud - action #10

Workflow file for this run

name: SAST - SonarCloud - action
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 }}