Skip to content

Commit

Permalink
🐛 Fix wrong quotes (#3565)
Browse files Browse the repository at this point in the history
Signed-off-by: AdamKorcz <adam@adalogics.com>
  • Loading branch information
AdamKorcz committed Oct 12, 2023
1 parent 16ace55 commit 05a1ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finding/finding.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ type Finding struct {
Message string `json:"message"`
Location *Location `json:"location,omitempty"`
Remediation *probe.Remediation `json:"remediation,omitempty"`
Values map[string]int `json:values,omitempty`
Values map[string]int `json:"values,omitempty"`
}

// AnonymousFinding is a finding without a corerpsonding probe ID.
Expand Down

0 comments on commit 05a1ead

Please sign in to comment.