We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 613f865 + e479e64 commit 5bcc334Copy full SHA for 5bcc334
cmd/upload.go
@@ -97,7 +97,7 @@ func processSarif(sarif Sarif) [][]map[string]interface{} {
97
codacyIssues = append(codacyIssues, map[string]interface{}{
98
"source": location.PhysicalLocation.ArtifactLocation.URI,
99
"line": location.PhysicalLocation.Region.StartLine,
100
- "type": modifiedType,
+ "type": pattern.ID,
101
"message": result.Message.Text,
102
"level": pattern.Level,
103
"category": pattern.Category,
0 commit comments