GH-500 · Question #95
Secret scanning will scan:
The correct answer is B. the GitHub repository. 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…
Question
Secret scanning will scan:
Options
- Aa continuous integration system.
- Bthe GitHub repository.
- Cany Git repository.
- Dexternal services.
How the community answered
(65 responses)- A3% (2)
- B95% (62)
- D2% (1)
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.
Topics
Community Discussion
No community discussion yet for this question.