SARIF (Static Analysis Results Interchange Format) is the standard way to move security findings between tools. DevOps Shield exports assessment results as SARIF so they flow straight into GitHub Advanced Security, Azure DevOps, and any other SARIF-aware consumer.

Steps

  1. Identify the assessment. List completed runs with dos assessment list and note the assessment ID.
  2. Export to SARIF. Run dos assessment export --format sarif (or call the export operation in the API reference).
  3. Upload to your scanner. Publish the SARIF file to GitHub code scanning or Azure DevOps Advanced Security.
  4. Triage in context. Findings appear alongside your existing alerts, deduplicated by rule and location.

Tip: Exports are idempotent - re-running with the same assessment ID overwrites the prior result set rather than duplicating it.