SAST vs code scanning in GitHub workflows
Understand the difference between scanner engines, SARIF output, GitHub code scanning alerts, and pull-request gates.
radar scan . --quickEngine and destination
A SAST tool finds issues. GitHub code scanning is where SARIF alerts can be displayed and tracked. Radar emits SARIF so local findings can travel into that workflow.
Evidence to inspect
Use “SAST vs code scanning in GitHub workflows” as the scope for this decision: verify the input, finding detail, workflow handoff, and product boundary before you install or buy.
Review before the alert
Run the local scan before a pull request exists, then upload SARIF in GitHub Actions when the branch needs shared evidence.
Primary sources
Validate the workflow on your own code.
Apply this page’s evidence to one real repository. For “SAST vs code scanning in GitHub workflows”, confirm which finding is produced, whether the proposed next step is reproducible, and where local scanning, reports, agents, or CI should stop or expand.