GitHub Copilot — Question 6
What is the minimum role needed in order to view the secret scanning alerts list within the Security tab of a repository?
Answer options
- A. Read
- B. Write
- C. repository owner
- D. Admin
Correct answer: C
Explanation
The repository owner role is necessary to view the secret scanning alerts list, as it grants the appropriate permissions for accessing sensitive information. The other roles, such as Read, Write, and Admin, do not provide the necessary access to this specific feature within the Security tab.