Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Mar 29, 2022
1 parent 91a5054 commit f9c5ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/raw_result.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ type Vulnerability struct {

// Release represents a project release.
type Release struct {
Tag string
Assets []ReleaseAsset
Tag string
URL string
// TODO: add needed fields, e.g. Path.
}
Expand Down

0 comments on commit f9c5ae7

Please sign in to comment.