Skip to content

Commit 1af001a

Browse files
committed
chore: update references from DevSecOps to Accelerator throughout the workshop materials
1 parent 663ce20 commit 1af001a

18 files changed

Lines changed: 44 additions & 44 deletions

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Agentic DevSecOps Workshop",
2+
"name": "Agentic Accelerator Workshop",
33
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
44
"features": {
55
"ghcr.io/devcontainers/features/github-cli:1": {}

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
description: "Repo-wide conventions for the Agentic DevSecOps Workshop"
2+
description: "Repo-wide conventions for the Agentic Accelerator Workshop"
33
applyTo: "**"
44
---
55

66
## Workshop Purpose
77

8-
This repository is a hands-on workshop that teaches developers to use AI-powered DevSecOps agents from the Agentic DevSecOps Framework. Students work through 12 progressive labs covering security, accessibility, code quality, and FinOps domains.
8+
This repository is a hands-on workshop that teaches developers to use AI-powered Accelerator agents from the Agentic Accelerator Framework. Students work through 12 progressive labs covering security, accessibility, code quality, and FinOps domains.
99

1010
## Important Context
1111

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Code of Conduct"
3-
description: "Microsoft Open Source Code of Conduct for the Agentic DevSecOps Workshop"
3+
description: "Microsoft Open Source Code of Conduct for the Agentic Accelerator Workshop"
44
---
55

66
# Code of Conduct

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "Contributing"
3-
description: "Guidelines for contributing to the Agentic DevSecOps Workshop"
3+
description: "Guidelines for contributing to the Agentic Accelerator Workshop"
44
---
55

66
# Contributing
77

8-
Thank you for your interest in the Agentic DevSecOps Workshop.
8+
Thank you for your interest in the Agentic Accelerator Workshop.
99

1010
## Workshop Template Repository
1111

@@ -19,7 +19,7 @@ new exercises are welcome here.
1919

2020
If you want to contribute to the underlying agents, skills, or scanning logic,
2121
open a pull request in the
22-
[Agentic DevSecOps Framework](https://github.com/devopsabcs-engineering/agentic-devsecops-framework)
22+
[Agentic Accelerator Framework](https://github.com/devopsabcs-engineering/agentic-accelerator-framework)
2323
repository instead. Changes to the framework are periodically synced into this
2424
workshop repo.
2525

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Agentic DevSecOps Workshop"
3-
description: "Learn to use AI-powered DevSecOps agents — from zero to hero"
2+
title: "Agentic Accelerator Workshop"
3+
description: "Learn to use AI-powered Accelerator agents — from zero to hero"
44
---
55

6-
# Agentic DevSecOps Workshop
6+
# Agentic Accelerator Workshop
77

8-
> Learn to use AI-powered DevSecOps agents — from zero to hero
8+
> Learn to use AI-powered Accelerator agents — from zero to hero
99
1010
This hands-on workshop teaches you how to integrate GitHub Copilot custom agents
11-
into your DevSecOps workflows. You will configure security scanners, accessibility
11+
into your Accelerator workflows. You will configure security scanners, accessibility
1212
checkers, code quality analyzers, and FinOps cost gates, all powered by AI agents
1313
that produce SARIF-compliant findings visible in the GitHub Security tab.
1414

@@ -81,7 +81,7 @@ not block later labs.
8181
## Credits
8282

8383
This workshop is built on the
84-
[Agentic DevSecOps Framework](https://github.com/devopsabcs-engineering/agentic-devsecops-framework),
84+
[Agentic Accelerator Framework](https://github.com/devopsabcs-engineering/agentic-accelerator-framework),
8585
which provides the agents, skills, instructions, and sample application used
8686
throughout the labs.
8787

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
theme: jekyll-theme-minimal
2-
title: "Agentic DevSecOps Workshop"
3-
description: "Learn to use AI-powered DevSecOps agents — from zero to hero"
4-
baseurl: "/agentic-devsecops-workshop"
2+
title: "Agentic Accelerator Workshop"
3+
description: "Learn to use AI-powered Accelerator agents — from zero to hero"
4+
baseurl: "/agentic-accelerator-workshop"
55
plugins:
66
- jekyll-relative-links
77
relative_links:

apm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# APM — Agent Package Manager manifest
2-
# Declares all agentic dependencies for the Agentic DevSecOps Framework.
2+
# Declares all agentic dependencies for the Agentic Accelerator Framework.
33
# See: https://github.com/microsoft/apm
44

5-
name: agentic-devsecops-framework
5+
name: agentic-accelerator-framework
66
version: 1.0.0
7-
description: "Agentic DevSecOps Framework — GHAS + GHCP + MDC"
7+
description: "Agentic Accelerator Framework — GHAS + GHCP + MDC"
88
author: devopsabcs-engineering
99

1010
dependencies:

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Agentic DevSecOps Workshop"
3-
description: "Learn to use AI-powered DevSecOps agents — from zero to hero"
2+
title: "Agentic Accelerator Workshop"
3+
description: "Learn to use AI-powered Accelerator agents — from zero to hero"
44
---
55

6-
# Agentic DevSecOps Workshop
6+
# Agentic Accelerator Workshop
77

8-
> Learn to use AI-powered DevSecOps agents — from zero to hero
8+
> Learn to use AI-powered Accelerator agents — from zero to hero
99
1010
This hands-on workshop teaches you how to integrate GitHub Copilot custom agents
11-
into your DevSecOps workflows. You will configure security scanners, accessibility
11+
into your Accelerator workflows. You will configure security scanners, accessibility
1212
checkers, code quality analyzers, and FinOps cost gates, all powered by AI agents
1313
that produce SARIF-compliant findings visible in the GitHub Security tab.
1414

@@ -81,7 +81,7 @@ not block later labs.
8181
## Credits
8282

8383
This workshop is built on the
84-
[Agentic DevSecOps Framework](https://github.com/devopsabcs-engineering/agentic-devsecops-framework),
84+
[Agentic Accelerator Framework](https://github.com/devopsabcs-engineering/agentic-accelerator-framework),
8585
which provides the agents, skills, instructions, and sample application used
8686
throughout the labs.
8787

labs/lab-00-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ After installation, confirm all four extensions appear as enabled in the Extensi
7777

7878
### Exercise 0.3: Create Your Workshop Repository
7979

80-
1. Navigate to <https://github.com/devopsabcs-engineering/agentic-devsecops-workshop> in your browser.
80+
1. Navigate to <https://github.com/devopsabcs-engineering/agentic-accelerator-workshop> in your browser.
8181
2. Click **Use this template** and then select **Create a new repository**.
82-
3. Set the repository name to `agentic-devsecops-workshop` under your personal GitHub account.
82+
3. Set the repository name to `agentic-accelerator-workshop` under your personal GitHub account.
8383
4. Set visibility to **Public** (required for GitHub Security tab features in later labs).
8484
5. Click **Create repository**.
8585
6. Clone the repository to your local machine:
8686

8787
```bash
88-
git clone https://github.com/<your-username>/agentic-devsecops-workshop.git
88+
git clone https://github.com/<your-username>/agentic-accelerator-workshop.git
8989
```
9090

9191
7. Open the repository in VS Code:
9292

9393
```bash
94-
code agentic-devsecops-workshop
94+
code agentic-accelerator-workshop
9595
```
9696

9797
### Exercise 0.4: Verify Copilot Chat

labs/lab-06.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ By the end of this lab, you will be able to:
1818

1919
* Understand the SARIF v2.1.0 JSON structure and its key fields
2020
* Navigate SARIF findings using the SARIF Viewer extension in VS Code
21-
* Explain the category prefix system used by the Agentic DevSecOps Framework
21+
* Explain the category prefix system used by the Agentic Accelerator Framework
2222
* Connect SARIF output to the GitHub Security tab ingestion pipeline
2323

2424
## Exercises
@@ -73,7 +73,7 @@ The SARIF Viewer extension provides a graphical interface for navigating finding
7373
7474
### Exercise 6.3: SARIF Category Prefixes
7575

76-
The Agentic DevSecOps Framework uses category prefixes in the `automationDetails.id` field to organize findings by domain.
76+
The Agentic Accelerator Framework uses category prefixes in the `automationDetails.id` field to organize findings by domain.
7777

7878
1. Review the category prefix system:
7979

0 commit comments

Comments
 (0)