Skip to content

Commit 5e16720

Browse files
docs: add framework NOTE callout to index.md for parity with other workshops
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e994aa7 commit 5e16720

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ permalink: /
99

1010
Welcome to the **Code Quality Scan Workshop** — a hands-on, progressive workshop that teaches you how to integrate code quality scanning into your CI/CD pipelines using industry-standard open-source tools.
1111

12+
> [!NOTE]
13+
> This workshop is part of the [Agentic Accelerator Framework](https://github.com/devopsabcs-engineering/agentic-accelerator-framework).
14+
1215
You will scan five demo applications written in TypeScript, Python, C#, Java, and Go using a **4-tool scanning architecture**: per-language linters, code duplication detection, cyclomatic complexity analysis, and test coverage measurement. All results are normalized to [SARIF v2.1.0](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html) for unified reporting in GitHub Advanced Security or Azure DevOps Advanced Security.
1316

1417
## Architecture Overview

0 commit comments

Comments
 (0)