This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.CodeQL.Cli.
Summary
Installs GitHub Advanced Security Code Scan Report cli on the host agent.
Syntax
public static void CodeQLReportInstall(this ICakeContext context, CodeQLReportInstallToolSettings settings)
Examples
//Example of C# compiled language
CodeQLReportInstall(context, nnew CodeQLReportInstallToolSettings
{
Force = false,
WorkingDirectory = "./",
InstallDirectory = "./tools/codeql/reports"
}/
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Return Value