Exam GitHub-Advanced-Security Topic 2 Question 9 Discussion
Actual exam question for GitHub's GitHub-Advanced-Security exam
Question #: 9
Topic #: 2
Question #: 9
Topic #: 2
As a developer with write access, you navigate to a code scanning alert in your repository. When will GitHub close this alert?
Suggested Answer: D Vote an answer
GitHub automatically closes a code scanning alert when the vulnerable code is fixedin the same branch where the alert was generated, usually via acommit inside a pull request. Simply clicking or triaging an alert does not resolve it. The alert is re-evaluated after each push to the branch, and if the issue no longer exists, it is marked as resolved.
by Noah at Jun 23, 2025, 08:48 AM
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).