CodeQLAnalyzeDatabaseToolSettings.

SarifCategory Property

Summary

Optional for single database analysis. Required to define the language when you analyze multiple databases for a single commit in a repository. Specify a category to include in the SARIF results file for this analysis. A category is used to distinguish multiple analyses for the same tool and commit, but performed on different languages or different parts of the code.

Syntax

public string SarifCategory { get; set; }

Value

Type Description
string