nerdexam
Microsoft

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…

Configure and use Code Scanning with CodeQL

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)
  • A
    95% (37)
  • C
    3% (1)
  • D
    3% (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

#CodeQL#Code Scanning#Query Configuration#Query Packs

Community Discussion

No community discussion yet for this question.

Full GH-500 Practice