Exam GitHub-Advanced-Security Topic 5 Question 49 Discussion
Actual exam question for GitHub's GitHub-Advanced-Security exam
Question #: 49
Topic #: 5
Question #: 49
Topic #: 5
What happens when you enable secret scanning on a private repository?
Suggested Answer: C Vote an answer
When secret scanning is enabled on a private repository,GitHub performs a read-only analysisof the repository's contents. This includes the entire Git history and files to identify strings that match known secret patterns or custom-defined patterns.
GitHub does not alter the repository, and enabling secret scanningdoes not automatically enablecode scanning or dependency review - each must be configured separately.
GitHub does not alter the repository, and enabling secret scanningdoes not automatically enablecode scanning or dependency review - each must be configured separately.
by Rory at Sep 12, 2025, 12:18 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).