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
--description "Hands-on Code Quality scanning workshop with 10 labs"
32
53
```
33
54
55
+
</details>
56
+
34
57
## Step 2: Scaffold the Demo-App Repository
35
58
36
59
Use the `/scaffold-domain` prompt with `domain=code-quality` to generate the full repo structure. The `DomainScaffolder` agent loads `skills/domain-scaffolding/SKILL.md` and produces:
@@ -89,6 +112,8 @@ Both converters must produce SARIF v2.1.0 with `automationDetails.id` prefixed w
89
112
90
113
Provision Azure AD federation, GitHub secrets, and environments:
91
114
115
+
**PowerShell:**
116
+
92
117
```powershell
93
118
# Set up Azure AD app registration and federated credentials
94
119
./scripts/setup-oidc.ps1
@@ -101,6 +126,23 @@ Provision Azure AD federation, GitHub secrets, and environments:
101
126
./scripts/bootstrap-demo-apps-ado.ps1
102
127
```
103
128
129
+
<details>
130
+
<summary>Bash equivalent</summary>
131
+
132
+
```bash
133
+
# Set up Azure AD app registration and federated credentials
0 commit comments