Skip to content

Commit

Permalink
Update cmd/format/sarif.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberchen1995 authored Jan 8, 2024
1 parent bb4d8df commit 5ca90a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/format/sarif.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ type sarifRule struct {
Id string `json:"id"`
ShortDescription sarifRuleShortDescription `json:"shortDescription"`
FullDescription sarifRuleFullDescription `json:"fullDescription"`
FullDescription sarifRuleFullDescription `json:"fullDescription"`
Help sarifRuleHelp `json:"help"`
Properties sarifRuleProperties `json:"properties"`
}
Expand Down

0 comments on commit 5ca90a7

Please sign in to comment.