Skip to content

Commit 401e997

Browse files
authored
Merge pull request #323 from github/security-challenge
clarify voucher wording
2 parents fca7317 + 13e55c8 commit 401e997

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pages/security-challenge.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ export default function SecurityChallenge() {
1313

1414
// Skills course data
1515
const skillsCourses = [
16+
{
17+
title: "Introduction to Repository Management",
18+
description: "Learn best practices for effective repository management and security",
19+
link: "https://github.com/skills/introduction-to-repository-management",
20+
icon: "📚"
21+
},
1622
{
1723
title: "Secure Your Repository's Supply Chain",
1824
description: "Learn how to secure your repository's supply chain with proper dependency management",
@@ -24,18 +30,12 @@ export default function SecurityChallenge() {
2430
description: "Learn how to prevent accidental secret leaks and secure your repositories",
2531
link: "https://github.com/skills/introduction-to-secret-scanning",
2632
icon: "🔍"
27-
},
28-
{
29-
title: "Introduction to Repository Management",
30-
description: "Learn best practices for effective repository management and security",
31-
link: "https://github.com/skills/introduction-to-repository-management",
32-
icon: "📚"
3333
}
3434
]
3535

3636
// Convert markdown content to HTML
3737
const content = marked(`
38-
This Maintainer Month, were inviting open source maintainers to build their security skills through a hands-on challenge. Complete **three free GitHub Skills courses** and get a free voucher to earn your [GitHub Advanced Security certification](https://examregistration.github.com/certification/GHAS).
38+
This Maintainer Month, we're inviting open source maintainers to build their security skills through a hands-on challenge. Complete **three free GitHub Skills courses** and get a free voucher to take the [GitHub Advanced Security certification exam](https://examregistration.github.com/certification/GHAS).
3939
4040
## How it Works
4141
@@ -47,28 +47,28 @@ Each one takes about 1 hour
4747
// Convert markdown content to HTML
4848
const content_end = marked(`
4949
### Step 2: Submit the Completion Form
50-
Once youve finished all three, [fill out this form](https://forms.gle/HhPm3VofYDCiXeBB9) to share your progress and **claim your free certification voucher**.
50+
Once you've finished all three, [fill out this form](https://forms.gle/HhPm3VofYDCiXeBB9) to share your progress and **claim your free certification exam voucher**.
5151
52-
🗓️ Deadline: Submit your form by May 31, 2025 to be eligible for the voucher.
52+
🗓️ Deadline: Submit your form by May 31, 2025 to be eligible for the exam voucher.
5353
54-
### Step 3. Get Certified!
55-
Well email you a voucher to register for the GitHub Advanced Security certification (valued at $99 USD) and showcase your expertise - for free!
54+
### Step 3. Take the Certification Exam!
55+
We'll email you a voucher (valued at $99 USD) to register for the GitHub Advanced Security certification exam. Successfully passing the exam will earn you an official GitHub certification that showcases your security expertise!
5656
5757
## Why This Matters
58-
Maintainers often carry the responsibility of software security—but dont always have access to the right training or recognition. This challenge helps you build real-world skills and earn a GitHub-backed credential that showcases your expertise.
58+
Maintainers often carry the responsibility of software security—but don't always have access to the right training or recognition. This challenge helps you build real-world skills and gives you an opportunity to earn a GitHub-backed credential that showcases your expertise.
5959
6060
## FAQ
6161
#### Who can participate?
62-
Anyone! While were celebrating open source maintainers, this challenge is open to all contributors who want to grow their security skills.
62+
Anyone! While we're celebrating open source maintainers, this challenge is open to all contributors who want to grow their security skills.
6363
6464
#### How long does it take?
65-
Each GitHub Skill takes about 1 hour, so expect to spend around 3 hours total.
65+
Each GitHub Skill takes about 1 hour, so expect to spend around 3 hours total for preparation, plus additional time for the certification exam itself.
6666
6767
#### How many vouchers are available?
68-
Vouchers are limited and offered on a first-come, first-served basis. [Submit your form](https://forms.gle/HhPm3VofYDCiXeBB9) by May 31 to qualify!
68+
Exam vouchers are limited and offered on a first-come, first-served basis. [Submit your form](https://forms.gle/HhPm3VofYDCiXeBB9) by May 31 to qualify!
6969
7070
#### I have more questions!
71-
If you have any questions about the challenge, please reach out to us at [maintainermonth@github.com](mailto:maintainermonth@github.com).
71+
If you have any questions about the challenge or certification exam, please reach out to us at [maintainermonth@github.com](mailto:maintainermonth@github.com).
7272
`)
7373
return (
7474
<div>

0 commit comments

Comments
 (0)