Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

permalink /labs/lab-06-github-security-tab/
title Lab 06: GitHub Security Tab — SARIF Upload
description Upload SARIF findings to GitHub Code Scanning and triage results in the Security tab.

🇫🇷 [Version française]({{ '/fr/labs/lab-06-github-security-tab/' | relative_url }})

Lab 06: GitHub Security Tab — SARIF Upload

Duration Level Prerequisites
30 min Intermediate Lab 05

Learning Objectives

  • Upload SARIF files to GitHub Code Scanning
  • Navigate and triage findings in the Security tab
  • Understand cross-repo SARIF upload patterns

Exercise 1: Run the APM Security Scan Workflow

Navigate to the apm-security-scan-demo-app repository on GitHub and run the apm-security-scan.yml workflow.

Run workflow

Exercise 2: View Findings in Security Tab

After the workflow completes, visit each demo app's Security > Code scanning tab:

https://github.com/devopsabcs-engineering/apm-demo-app-001/security/code-scanning

Security tab findings

Exercise 3: Triage Findings

  • Dismiss false positives with a reason
  • Open issues for true positives
  • Group findings by rule ID

Verification Checkpoint

  • Workflow completes successfully
  • SARIF findings appear in the Security tab
  • You can triage findings (dismiss/open issue)

Next Steps

Proceed to Lab 07: GitHub Actions Pipeline.