Commenting out the action that uploads SARIF to Datadog until the issue (Datadog does not like the SARIF report that is being uploaded for csharp.) gets resolved.
Reason for change
The action advanced-security/filter-sarif@v1 is altering the SARIF fields when filtering the results which is not getting supported by Datadog when uploading.
Summary of changes
Commenting out the action that uploads SARIF to Datadog until the issue (
Datadog does not like the SARIF report that is being uploaded for csharp.
) gets resolved.Reason for change
The action
advanced-security/filter-sarif@v1
is altering the SARIF fields when filtering the results which is not getting supported by Datadog when uploading.Implementation details
Test coverage
Other details