Skip to content

Cake Issues v4.6.0 Released

Cake Issues version 4.6.0 has been released with improvements for SARIF reports.

This post shows the highlights included in this release. For update instructions skip to Updating from previous versions.

❤ Huge thanks to our community! This release would not have been possible without your support and contributions! ❤

People working on this release:

Improvements for SARIF Reports

A new option SarifIssueReportFormatSettings.ExistingIssues has been introduced which allows to pass in a list of known issues not related to current code changes, resulting in the baselineState property being set in the resulting SARIF report.

This property is for example be used in the SARIF viewer extension for Azure Pipelines as filter option.

The following new settings options have been added:

SarifIssueReportFormatSettings property Output property Description
Guid automationDetails.guid Unique, stable identifier for the run
BaselineGuid run.baselineGuid String equal to Guid of a previous run
CorrelationGuid automationDetails.correlationGuid Guid shared by all runs of the same type

Updating from previous versions

Cake.Issues 4.6.0 addins are compatible with any 4.x addins. To update to the new version bump the version of the specific addins.

For details see release notes