CodeQLAnalyzeDatabaseToolSettings.

QueryPacks Property

Summary

Specify CodeQL packs or queries to run. To run the standard queries used for code scanning, omit this parameter. To see the other query suites included in the CodeQL CLI bundle, look in /<extraction-root>/qlpacks/codeql/<language>-queries/codeql-suites. For information about creating your own query suite, see Creating CodeQL query suites in the documentation for the CodeQL CLI.

Syntax

public IList<string> QueryPacks { get; set; }

Value

Type Description
IList<string>