Exam GH-900 Topic 1 Question 40 Discussion
Actual exam question for Microsoft's GH-900 exam
Question #: 40
Topic #: 1
Question #: 40
Topic #: 1
Which three of the following types of sensitive information can GitHub Secret Scanning detect? Each answer presents a complete solution.
Suggested Answer: B,E,F Vote an answer
GitHub Secret Scanning helps protect repositories by detecting committed credentials and other sensitive values that should not be exposed in source code. SSH private keys are sensitive because they can allow unauthorized access to servers or repositories. API keys are also critical because they can grant access to external services, cloud platforms, or applications. Database connection strings may expose usernames, passwords, hosts, or database endpoints, making them dangerous if leaked. Secret Scanning is designed to identify these kinds of credential patterns and alert repository maintainers or security teams. Hardcoded email addresses are usually not treated as secrets, and code formatting issues are handled by linters or code quality tools, not Secret Scanning.
by Booth at Sep 06, 2026, 07:32 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).