You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: dual-render links for GitHub repo and Pages (#14)
- index.md: links without .md for Pages routing
- README.md: links with .md for GitHub repo navigation
- lab files: permalinks for clean URLs, cross-lab links without .md
🔧 - Generated by Copilot
Copy file name to clipboardExpand all lines: labs/lab-01.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
---
2
+
permalink: /labs/lab-01
2
3
title: "Lab 01 - Explore the Sample App"
3
4
description: "Navigate the workshop repository structure, identify the four agent domains, run the sample app locally, and discover intentional vulnerabilities."
4
5
---
@@ -9,7 +10,7 @@ description: "Navigate the workshop repository structure, identify the four agen
9
10
|---|---|
10
11
|**Duration**| 25 minutes |
11
12
|**Level**| Beginner |
12
-
|**Prerequisites**|[Lab 00](lab-00-setup.md)|
13
+
|**Prerequisites**|[Lab 00](lab-00-setup)|
13
14
14
15
## Learning Objectives
15
16
@@ -112,4 +113,4 @@ Before proceeding, verify:
112
113
113
114
## Next Steps
114
115
115
-
Proceed to [Lab 02 — Understanding Agents, Skills, and Instructions](lab-02.md).
116
+
Proceed to [Lab 02 — Understanding Agents, Skills, and Instructions](lab-02).
Copy file name to clipboardExpand all lines: labs/lab-03.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
---
2
+
permalink: /labs/lab-03
2
3
title: "Lab 03 - Security Scanning with Copilot Agents"
3
4
description: "Run the security-reviewer, iac-security, and supply-chain-security agents to find OWASP Top 10 vulnerabilities, infrastructure misconfigurations, and dependency risks in the sample app."
4
5
---
@@ -9,7 +10,7 @@ description: "Run the security-reviewer, iac-security, and supply-chain-security
Copy file name to clipboardExpand all lines: labs/lab-04.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
---
2
+
permalink: /labs/lab-04
2
3
title: "Lab 04 - Accessibility Scanning with Copilot Agents"
3
4
description: "Run the a11y-detector to find WCAG 2.2 Level AA violations, use the a11y-scan prompt for targeted scanning, and try the a11y-resolver handoff for automated fixes."
4
5
---
@@ -9,7 +10,7 @@ description: "Run the a11y-detector to find WCAG 2.2 Level AA violations, use th
Copy file name to clipboardExpand all lines: labs/lab-05.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
---
2
+
permalink: /labs/lab-05
2
3
title: "Lab 05 - Code Quality Analysis with Copilot Agents"
3
4
description: "Measure test coverage, run the code-quality-detector to find quality issues, use the test-generator to create unit tests, and observe coverage improvement."
4
5
---
@@ -9,7 +10,7 @@ description: "Measure test coverage, run the code-quality-detector to find quali
Copy file name to clipboardExpand all lines: labs/lab-06.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
---
2
+
permalink: /labs/lab-06
2
3
title: "Lab 06 - Understanding SARIF Output"
3
4
description: "Explore the SARIF v2.1.0 JSON structure, navigate findings with the SARIF Viewer extension, learn category prefixes and severity mapping, and understand how GitHub ingests SARIF results."
4
5
---
@@ -9,7 +10,7 @@ description: "Explore the SARIF v2.1.0 JSON structure, navigate findings with th
9
10
|---|---|
10
11
|**Duration**| 30 minutes |
11
12
|**Level**| Intermediate |
12
-
|**Prerequisites**| At least one of [Lab 03](lab-03.md), [Lab 04](lab-04.md), or [Lab 05](lab-05.md)|
13
+
|**Prerequisites**| At least one of [Lab 03](lab-03), [Lab 04](lab-04), or [Lab 05](lab-05)|
13
14
14
15
## Learning Objectives
15
16
@@ -131,4 +132,4 @@ Before proceeding, verify:
131
132
132
133
## Next Steps
133
134
134
-
Proceed to [Lab 07](lab-07.md) to enable GitHub Actions workflows and trigger them with a pull request.
135
+
Proceed to [Lab 07](lab-07) to enable GitHub Actions workflows and trigger them with a pull request.
Copy file name to clipboardExpand all lines: labs/lab-07.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
---
2
+
permalink: /labs/lab-07
2
3
title: "Lab 07 - Setting Up GitHub Actions Pipelines"
3
4
description: "Review the workshop GitHub Actions workflows, enable Actions in your repository, trigger workflows by opening a pull request, and monitor execution in the Actions tab."
4
5
---
@@ -9,7 +10,7 @@ description: "Review the workshop GitHub Actions workflows, enable Actions in yo
9
10
|---|---|
10
11
|**Duration**| 40 minutes |
11
12
|**Level**| Intermediate |
12
-
|**Prerequisites**|[Lab 00](lab-00-setup.md) through [Lab 06](lab-06.md)|
13
+
|**Prerequisites**|[Lab 00](lab-00-setup) through [Lab 06](lab-06)|
13
14
14
15
## Learning Objectives
15
16
@@ -134,4 +135,4 @@ Before proceeding, verify:
134
135
135
136
## Next Steps
136
137
137
-
Proceed to [Lab 08](lab-08.md) to explore the uploaded SARIF results in the GitHub Security tab.
138
+
Proceed to [Lab 08](lab-08) to explore the uploaded SARIF results in the GitHub Security tab.
0 commit comments