Free Microsoft GH-500 Actual Exam Questions - Question 1 Discussion

Question No. 1
– [Configure and Use Secret Scanning]
Secret scanning will scan:
Select one option, then reveal solution.
US
OC
Osama C.
2026-02-17

C. Secret scanning is specifically designed for GitHub repositories, not external services or CI systems. It scans commits and pushes to those repos to catch secrets before they get exposed. Public repos have it enabled by default, but private repos might need you to turn it on manually. So it doesn’t cover just any Git repo anywhere, only the ones hosted on GitHub. That rules out B and D pretty clearly.

0
RK
Ryan K.
2026-01-25

Makes sense to exclude A since CI systems aren’t the main target here. Secret scanning is more about the repo content itself, so C fits best.

0
MW
Mason W.
2026-01-20

C/D? I’m sticking with C since secret scanning is built into GitHub repos themselves, not external tools or services. D sounds off because it’s not about outside platforms.

0
AU
Ash U.
2026-01-20

B/C? Secret scanning can’t be for any Git repo since it’s a GitHub feature, so B’s too broad. C fits better as it’s focused on GitHub repos specifically, not external services or CI.

0
SZ
Saad Z.
2026-01-18

It’s C because secret scanning is specifically tied to GitHub repositories, not random external services or CI systems. It scans code in GitHub repos to detect leaked secrets.

0
SZ
Saad Z.
2026-01-12

Pretty sure it’s C. Secret scanning is built into GitHub repos to catch exposed secrets.

0