Skip to content

Commit

Permalink
fix: use the correct ID
Browse files Browse the repository at this point in the history
  • Loading branch information
owenrumney committed Feb 7, 2022
1 parent 274ee49 commit c2defd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commenter/resultsProcessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type checkRange struct {
}

type result struct {
RuleID string `json:"rule_id"`
RuleID string `json:"long_id"`
RuleDescription string `json:"rule_description"`
RuleProvider string `json:"rule_provider"`
Links []string `json:"links"`
Expand Down

0 comments on commit c2defd0

Please sign in to comment.