Skip to content

Commit 111e182

Browse files
committed
docs: update README to include APM Security domain and adjust agent inventory count
1 parent 4eadce9 commit 111e182

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ keywords:
2323

2424
<p align="center">
2525
<strong>GitHub Advanced Security + GitHub Copilot Custom Agents + Microsoft Defender for Cloud</strong><br>
26-
<em>Shift-left security and compliance across Security, Accessibility, Code Quality, and FinOps</em>
26+
<em>Shift-left security and compliance across Security, Accessibility, Code Quality, FinOps, and APM Security</em>
2727
</p>
2828

2929
<p align="center">
30-
<a href="#agent-inventory-15-agents"><img src="https://img.shields.io/badge/agents-15-blue" alt="15 Agents"></a>
30+
<a href="#agent-inventory-17-agents"><img src="https://img.shields.io/badge/agents-17-blue" alt="17 Agents"></a>
3131
<a href="#ci-cd-workflows"><img src="https://img.shields.io/badge/SARIF-v2.1.0-green" alt="SARIF v2.1.0"></a>
3232
<a href="https://github.com/devopsabcs-engineering/agentic-accelerator-framework/actions"><img src="https://img.shields.io/badge/CI%2FCD-7%20workflows-orange" alt="7 CI/CD Workflows"></a>
3333
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen" alt="MIT License"></a>
@@ -37,7 +37,7 @@ keywords:
3737

3838
## Overview
3939

40-
The Agentic Accelerator Framework provides a repeatable, org-wide approach to shifting security and compliance left using custom GitHub Copilot agents. It covers four domains — Security, Accessibility, Code Quality, and FinOps — with SARIF-based CI/CD integration across GitHub Actions and Azure DevOps.
40+
The Agentic Accelerator Framework provides a repeatable, org-wide approach to shifting security and compliance left using custom GitHub Copilot agents. It covers five domains — Security, Accessibility, Code Quality, FinOps, and APM Security — with SARIF-based CI/CD integration across GitHub Actions and Azure DevOps.
4141

4242
The framework operates on a "shift-left then scale" principle:
4343

@@ -89,14 +89,15 @@ graph TB
8989
end
9090
```
9191

92-
## Agent Inventory (15 Agents)
92+
## Agent Inventory (17 Agents)
9393

9494
| Domain | Agents | SARIF Category | Description |
9595
|----------------|----------------------------------------------------------------------------------------------------------------|------------------------|-------------------------------------------------------|
9696
| **Security** | SecurityAgent, SecurityReviewerAgent, SecurityPlanCreator, PipelineSecurityAgent, IaCSecurityAgent, SupplyChainSecurityAgent (6) | `security/` | Application and infrastructure security scanning |
9797
| **Accessibility** | A11yDetector, A11yResolver (2) | `accessibility-scan/` | WCAG 2.2 Level AA compliance detection and remediation |
9898
| **Code Quality** | CodeQualityDetector, TestGenerator (2) | `code-quality/coverage/` | Code coverage, linting, and test generation |
9999
| **FinOps** | CostAnalysisAgent, FinOpsGovernanceAgent, CostAnomalyDetector, CostOptimizerAgent, DeploymentCostGateAgent (5) | `finops-finding/v1` | Azure cost optimization and governance |
100+
| **APM Security** | APMSecurityDetector, APMSecurityResolver (2) | `apm-security/` | Agent configuration file security scanning |
100101

101102
## Repository Structure
102103

@@ -170,6 +171,7 @@ samples/
170171
* [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
171172
* [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
172173
* [FinOps Scan Workshop](https://devopsabcs-engineering.github.io/finops-scan-workshop/) — Workshop for Azure cost optimization and FinOps governance using custom agents
174+
* [APM Security Scan Workshop](https://devopsabcs-engineering.github.io/apm-security-scan-workshop/) — Workshop for agent configuration file security scanning with Unicode, semantic, and MCP validation engines
173175

174176
## Domain Repositories
175177

@@ -180,12 +182,13 @@ Each domain has a scanner platform repo (demo-app) and a workshop template repo:
180182
| **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) |
181183
| **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) |
182184
| **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) |
185+
| **APM Security** | [apm-security-scan-demo-app](https://github.com/devopsabcs-engineering/apm-security-scan-demo-app) | [apm-security-scan-workshop](https://github.com/devopsabcs-engineering/apm-security-scan-workshop) |
183186

184187
## DIY: Build a New Domain
185188

186189
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, Code Quality, and FinOps domains.
187190

188-
See the **[DIY: Build the Code Quality Domain](docs/DIY-Code-Quality-Domain.md)** guide for step-by-step instructions covering repo creation, sample app development, SARIF converters, workshop labs, Power BI PBIP, and ADO pipeline setup.
191+
See the **[DIY: Build the APM Security Domain](docs/DIY-APM-Security-Domain.md)** guide for step-by-step instructions covering repo creation, sample app development, SARIF converters, workshop labs, Power BI PBIP, and ADO pipeline setup.
189192

190193
## License
191194

0 commit comments

Comments
 (0)