Skip to content

Commit

Permalink
Remove fingerprint in SARIF reports
Browse files Browse the repository at this point in the history
The custom fingerprint syntax leads to a warning, and the GitHub docs state that the fingerprint is generated by the SARIF upload-action, if none is present.
  • Loading branch information
JanWichelmann committed May 20, 2022
1 parent b0a8c70 commit afc344d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tools/CiReportGenerator/CallStackData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ public IEnumerable<SarifReportResult> ProduceSarifReportEntries(string formatted
},
PartialFingerprints = new Dictionary<string, string>
{
["primaryLocationLineHash"] = $"{CallStackId}-{leakageEntry.ImageName}-{leakageEntry.Offset:x}" // TODO This syntax seems to be invalid
},
CodeFlows = new List<SarifCodeFlow>
{
Expand Down

0 comments on commit afc344d

Please sign in to comment.