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
CodeQL Cli aliases
- Assembly
- Cake
.CodeQL .Cli .dll - Namespace
- Cake
.CodeQL .Cli - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["CodeQLAliases"]
class Type type-node
Syntax
public static class CodeQLAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Code |
void |
Analyzes a CodeQL database for vunerabilities and summarizes the results in a SARIF file. Assumes the codeQL cli is installed on the host and available in the terminal path.
static
|
CodeQLCreateDatabase |
void |
Creates a CodeQL Databases that can be use for vunerability scanning. Assumes the codeQL cli is installed on the host and available in the terminal path.
static
|
CodeQLInstall |
void |
Installs CodeQL on the host agent.
static
|
CodeQLReportGenerate |
void |
Generates an GitHub Advanced Security Code Scan Report
static
|
CodeQLReportInstall |
void |
Installs GitHub Advanced Security Code Scan Report cli on the host agent.
static
|
CodeQLUploadResults |
void |
Uploads the results of a CodeQL analysis in SARIF file format to GitHub or GitHub Enterprise Server. Assumes the codeQL cli is installed on the host and available in the terminal path.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|