| permalink | /labs/lab-06-ado-advanced-security/ |
|---|---|
| title | Lab 06 ADO: Advanced Security — SARIF Upload |
| description | Upload SARIF findings to Azure DevOps Advanced Security and triage results. |
🇫🇷 [Version française]({{ '/fr/labs/lab-06-ado-advanced-security/' | relative_url }})
| Duration | Level | Prerequisites |
|---|---|---|
| 35 min | Intermediate | Lab 05 |
- Upload SARIF files using
AdvancedSecurity-Publish@1 - Navigate findings in ADO Advanced Security
- Compare GitHub and ADO SARIF upload workflows
Navigate to the ADO project and run the apm-security-scan pipeline.
Navigate to Repos > Advanced Security in your ADO project.
Note the differences:
| Feature | GitHub | ADO |
|---|---|---|
| Upload task | github/codeql-action/upload-sarif@v3 |
AdvancedSecurity-Publish@1 |
| Cross-repo | gh api with encoded SARIF |
Pipeline per repo |
| Navigation | Security > Code scanning | Repos > Advanced Security |
- ADO pipeline runs successfully
- SARIF findings appear in Advanced Security
- You can explain the difference between GitHub and ADO SARIF upload
Proceed to Lab 07 ADO: Pipelines.

