Summary
Gets an instance of the SARIF report format using default settings.
- Assembly
- Cake
.Issues .Reporting .Sarif .dll - Namespace
- Cake
.Issues .Reporting .Sarif - Containing Type
- Sarif
Issue Report Format Aliases
Syntax
public static IIssueReportFormat SarifIssueReportFormat(this ICakeContext context)
Examples
Create SARIF compatible file:
CreateIssueReport(
issues,
SarifIssueReportFormat(),
@"c:\repo",
@"c:\export.sarif");
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
Return Value
Type | Description |
---|---|
IIssueReportFormat | Instance of a SARIF report format. |