DataDog / dd-trace-dotnet

.NET Client Library for Datadog APM
https://docs.datadoghq.com/tracing/
Apache License 2.0
437 stars 137 forks source link

[CONTSEC-1501] Comment the action that uploads SARIF to Datadog #5977

Closed andrewlock closed 3 weeks ago

andrewlock commented 4 weeks ago

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

Clone of https://github.com/DataDog/dd-trace-dotnet/pull/5976 as can't merge from forks