GitHub Copilot — Question 10
What is a benefit of using a custom CodeQL configuration file?
Answer options
- A. It allows you to schedule the scan.
- B. It allows configuration options for multiple repositories in a single place.
- C. It disables packs from running the default query suite.
- D. It specifies a token that has access to the private repository.
Correct answer: B
Explanation
The correct answer, B, highlights that a custom CodeQL configuration file can centralize configuration settings for various repositories, streamlining management. Options A, C, and D do not accurately describe the primary benefits of using a custom configuration file, as they focus on scheduling, disabling queries, and token specification, which are not the main purposes of such a file.