GH-500 · Question #95
GH-500 Question #95: Real Exam Question with Answer & Explanation
The correct answer is B: the GitHub repository.. {"question_number": 1, "question": "Secret scanning will scan:", "correct_answer": "B. the GitHub repository.", "explanation": "GitHub's secret scanning is a GitHub-native feature that scans content within GitHub repositories. It is not a general-purpose tool for arbitrary Git re
Question
Secret scanning will scan:
Options
- Aa continuous integration system.
- Bthe GitHub repository.
- Cany Git repository.
- Dexternal services.
Explanation
{"question_number": 1, "question": "Secret scanning will scan:", "correct_answer": "B. the GitHub repository.", "explanation": "GitHub's secret scanning is a GitHub-native feature that scans content within GitHub repositories. It is not a general-purpose tool for arbitrary Git repositories (e.g., self-hosted GitLab or bare Git repos), CI systems, or external services. It inspects commits, branches, wikis, issues, pull requests, and other GitHub-hosted content for known secret patterns. Choices A, C, and D are out of scope: secret scanning does not natively audit CI pipelines, generic Git servers, or third-party platforms.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.