Azure Pipelines
Install the Marketplace task, add ScrutoraScan@1 to your pipeline, and findings render on a build tab via SARIF. Offline, no API key, and your code never leaves the agent.
3 steps.
Add the Scrutora Scan extension to your Azure DevOps organization from the Visual Studio Marketplace.
Reference the task in your pipeline YAML with your frameworks and gating severity.
- task: ScrutoraScan@1
inputs:
frameworks: dpdpa,hipaa
failOn: high # none|low|medium|high|criticalThe task publishes SARIF as the CodeAnalysisLogs artifact. Install Microsoft's free SARIF SAST Scans Tab extension to render findings on a build tab automatically.
After the first run.
failOn fails the build on high/critical findings so non-compliant code can't ship.
Findings render on a build tab via the CodeAnalysisLogs artifact.
Each finding maps to the exact DPDPA/HIPAA/PCI obligation, not a generic rule id.
Works on Microsoft-hosted ubuntu agents (Docker included) or any self-hosted agent with Docker.
The ones people actually ask.
Azure MarketplaceWire it into a build.
A public repository, read once and not kept. You get the data map: every personal-data field, where it lands, and who receives it. Or run the container on your own runner, and the source never reaches us.