CodeQLSecurityReportTool Class

graph BT Type-->Base0["Tool<CodeQLSecurityReportToolSettings>"] Type["CodeQLSecurityReportTool"] class Type type-node

Syntax

public class CodeQLSecurityReportTool : Tool<CodeQLSecurityReportToolSettings>

Constructors

Properties

Name Value Summary
CakeLog ICakeLog
Cake log instance.

Methods

Name Value Summary
GenerateReport(CodeQLSecurityReportToolSettings) void
Generates an GitHub Advanced Security Code Scan Report
GetAlternativeToolPaths(CodeQLSecurityReportToolSettings) IEnumerable<FilePath>
GetArguments(CodeQLSecurityReportToolSettings) ProcessArgumentBuilder
Builds the arguments for npm.
GetToolExecutableNames() IEnumerable<string>
Gets the possible names of the tool executable.
GetToolName() string
Gets the name of the tool.
RunCore(CodeQLSecurityReportToolSettings, ProcessSettings, Action<IProcess>) void
Runs GitHub Security Report.

Extension Methods

Name Value Summary
Dump<CodeQLSecurityReportTool>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CodeQLSecurityReportTool>(CodeQLSecurityReportTool[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CodeQLSecurityReportTool>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<CodeQLSecurityReportTool>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<CodeQLSecurityReportTool>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<CodeQLSecurityReportTool>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin