Skip to content

Commit b919958

Browse files
feat: add CQ workshop and Domain Repositories table to README
Add code-quality-scan-workshop to Workshops section. Add new Domain Repositories section with links to all scanner platform repos and workshop repos for each domain. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 981f46a commit b919958

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,19 @@ samples/
152152

153153
* [Agentic Accelerator Workshop](https://devopsabcs-engineering.github.io/agentic-accelerator-workshop/) — Hands-on workshop for building and deploying custom GitHub Copilot agents with the Agentic Accelerator Framework
154154
* [Accessibility Scan Workshop](https://devopsabcs-engineering.github.io/accessibility-scan-workshop/) — Workshop for WCAG 2.2 Level AA accessibility scanning and remediation using custom agents
155+
* [Code Quality Scan Workshop](https://devopsabcs-engineering.github.io/code-quality-scan-workshop/) — Workshop for code quality scanning with ESLint, Ruff, jscpd, Lizard, and coverage tools
155156
* [FinOps Scan Workshop](https://devopsabcs-engineering.github.io/finops-scan-workshop/) — Workshop for Azure cost optimization and FinOps governance using custom agents
156157

158+
## Domain Repositories
159+
160+
Each domain has a scanner platform repo (demo-app) and a workshop template repo:
161+
162+
| Domain | Scanner Platform | Workshop |
163+
|--------|-----------------|----------|
164+
| **Accessibility** | [accessibility-scan-demo-app](https://github.com/devopsabcs-engineering/accessibility-scan-demo-app) | [accessibility-scan-workshop](https://github.com/devopsabcs-engineering/accessibility-scan-workshop) |
165+
| **Code Quality** | [code-quality-scan-demo-app](https://github.com/devopsabcs-engineering/code-quality-scan-demo-app) | [code-quality-scan-workshop](https://github.com/devopsabcs-engineering/code-quality-scan-workshop) |
166+
| **FinOps** | [finops-scan-demo-app](https://github.com/devopsabcs-engineering/finops-scan-demo-app) | [finops-scan-workshop](https://github.com/devopsabcs-engineering/finops-scan-workshop) |
167+
157168
## DIY: Build a New Domain
158169

159170
Ready to build the Code Quality domain from scratch? The framework includes a `DomainScaffolder` agent and complete automation artifacts for generating scanner demo-app and workshop repositories with full parity to the existing Accessibility and FinOps domains.

0 commit comments

Comments
 (0)