GH-500 · Question #51
When configuring code scanning with CodeQL, what are your options for specifying additional queries? Each answer presents part of the solution. (Choose two.)
The correct answer is A. packs B. queries. The options available to specify the additional queries you want to run are: packs to install one or more CodeQL query packs and run the default query suite or queries for queries to specify a single .ql file, a directory containing multiple .ql files, a .qls query suite…
Question
When configuring code scanning with CodeQL, what are your options for specifying additional queries? Each answer presents part of the solution. (Choose two.)
Options
- Apacks
- Bqueries
- Cgithub/codeql
- Dscope
How the community answered
(39 responses)- A95% (37)
- C3% (1)
- D3% (1)
Explanation
The options available to specify the additional queries you want to run are: packs to install one or more CodeQL query packs and run the default query suite or queries for queries to specify a single .ql file, a directory containing multiple .ql files, a .qls query suite definition file, or any combination.
Topics
Community Discussion
No community discussion yet for this question.