Skip to content

Commit 3cc3026

Browse files
committed
Updating GH-500 Completion
1 parent c4b062a commit 3cc3026

4 files changed

Lines changed: 37 additions & 26 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Study notes I prepared while clearing technology certifications.
1212
|---|---|---|
1313
| [GH-100: GitHub Administration](https://notes.gobinath.com/certifications/github/gh-100/) | GitHub | In Progress |
1414
| [GH-300: GitHub Copilot](https://notes.gobinath.com/certifications/github/gh-300/) | GitHub | In Progress |
15-
| [GH-500: GitHub Advanced Security](https://notes.gobinath.com/certifications/github/gh-500/) | GitHub | In Progress |
15+
| [GH-500: GitHub Advanced Security](https://notes.gobinath.com/certifications/github/gh-500/) | GitHub | Passed Mar 2026 |
1616
| [MLA-C01: AWS ML Engineer Associate](https://notes.gobinath.com/certifications/aws/mla-c01/) | AWS | In Progress |
1717
| [GCP-GAIL: Generative AI Leader](https://notes.gobinath.com/certifications/google-cloud/gen-ai-leader/) | Google Cloud | In Progress |
1818
| [AI-102: Azure AI Engineer Associate](https://notes.gobinath.com/certifications/azure/ai-102/) | Microsoft | In Progress |

certifications/github/gh-500/domain-7.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,21 @@ Enterprise and organization admins do not need to do all alert triage themselves
131131
- Security managers are **not** a substitute for owners/admins when the task is enabling GHAS or changing organization and enterprise policy
132132
- Security managers also cannot manage organization-wide enforcement controls such as **required workflows**
133133

134+
### GHAS Role Capability Matrix
135+
136+
| Capability | Security Manager | Org Owner | Repo Admin | Developer |
137+
|---|---|---|---|---|
138+
| View Alerts (Org/Enterprise) |||||
139+
| View Alerts (Repo level) |||||
140+
| Dismiss Alerts (False Positive / Risk Accepted) ||||* |
141+
| Reopen Dismissed Alerts |||||
142+
| Create / Edit Security Advisories |||||
143+
| Change Alert Severity (Code Scanning) |||||
144+
| Enable / Disable GHAS Features |||||
145+
| Manage Required Workflows |||||
146+
147+
\* Developers may participate in remediation, but dismissal and policy-level actions are typically reserved for repository admins, organization owners, or security managers.
148+
134149
### IP Allow Lists and External Integrations
135150

136151
If the enterprise uses an **IP allow list**, GitHub-integrated automation must still be able to reach GitHub from approved addresses.

certifications/github/gh-500/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ An intermediate certification for developers, security engineers, and DevSecOps
1717
Think like a security-aware developer or DevSecOps engineer. Questions test your ability to configure GHAS features, interpret their results, and apply corrective measures — not just define what they are.
1818
:::
1919

20-
::: info Currently Studying ⏳
21-
**Target Date**: TBD
20+
::: tip Certification Achieved ✅
21+
**Earned**: March 2026
22+
**Credential**: [Verify Certificate](https://learn.microsoft.com/api/credentials/share/en-us/gobinathm/405C37D72F2C5594?sharingId=DF3DC239EE30F0A4)
2223

23-
**Notes Prepared**: March 2026 · **Last Updated**: 2026-03-13
24+
**Notes Prepared**: March 2026 · **Last Updated**: 2026-03-16
2425
:::
2526

2627
<ImageModal

index.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ description: Study notes from technology certifications I've cleared and ones I'
99
<p class="cert-hero-subtitle">I study for certs by writing notes. When I decided to share them, I added interactive tools to make them more useful for anyone studying alongside me.</p>
1010
<div class="cert-hero-stats">
1111
<div class="cert-stat">
12-
<span class="cert-stat-num">7</span>
12+
<span class="cert-stat-num">8</span>
1313
<span class="cert-stat-label">Passed</span>
1414
</div>
1515
<div class="cert-stat">
16-
<span class="cert-stat-num">6</span>
16+
<span class="cert-stat-num">5</span>
1717
<span class="cert-stat-label">In Progress</span>
1818
</div>
1919
<div class="cert-stat">
@@ -40,29 +40,11 @@ These started as plain markdown files. When I decided to share them as a site, I
4040

4141
<div class="section-header">
4242
<h2>Currently Studying</h2>
43-
<span class="section-count">7 active</span>
43+
<span class="section-count">5 active</span>
4444
</div>
4545

4646
<div class="cert-grid">
4747

48-
<div class="cert-card studying">
49-
<div class="cert-ribbon intermediate">Intermediate</div>
50-
<span class="provider-tag github">GitHub</span>
51-
<h3><a href="./certifications/github/gh-500/">GH-500: GitHub Advanced Security</a></h3>
52-
<p>Configure and use GHAS features — secret scanning, Dependabot, dependency review, and CodeQL code scanning — to secure the software supply chain.</p>
53-
<div class="cert-prereqs">GitHub experience, software development fundamentals, basic security awareness</div>
54-
<div class="cert-dates">
55-
<div class="cert-date-item study-by">
56-
<span class="date-label">Study by</span>
57-
<span class="date-val">Mar 10</span>
58-
</div>
59-
<div class="cert-date-item exam-target">
60-
<span class="date-label">Exam</span>
61-
<span class="date-val">Mar 10</span>
62-
</div>
63-
</div>
64-
</div>
65-
6648
<div class="cert-card studying">
6749
<div class="cert-ribbon advanced">Advanced</div>
6850
<span class="provider-tag aws">AWS</span>
@@ -189,11 +171,24 @@ These started as plain markdown files. When I decided to share them as a site, I
189171

190172
<div class="section-header">
191173
<h2>Completed</h2>
192-
<span class="section-count">6 certs</span>
174+
<span class="section-count">8 certs</span>
193175
</div>
194176

195177
<div class="cert-tl-track">
196178

179+
<div class="cert-tl-group">
180+
<div class="cert-tl-month-node">
181+
<span class="cert-tl-month-label">Mar 2026</span>
182+
<span class="cert-tl-dot"></span>
183+
</div>
184+
<div class="cert-tl-entries">
185+
<div class="cert-tl-entry intermediate">
186+
<span class="provider-tag github">GitHub</span>
187+
<a class="cert-tl-name" href="./certifications/github/gh-500/">GH-500: GitHub Advanced Security</a>
188+
</div>
189+
</div>
190+
</div>
191+
197192
<div class="cert-tl-group">
198193
<div class="cert-tl-month-node">
199194
<span class="cert-tl-month-label">Feb 2026</span>

0 commit comments

Comments
 (0)