Skip to content

Commit

Permalink
Update github/dependabot_alerts.go
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
francois2metz and gmlewis committed Nov 3, 2022
1 parent 09adf27 commit 3695a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/dependabot_alerts.go
Expand Up @@ -17,8 +17,8 @@ type Dependency struct {
}

type AdvisoryCvss struct {
Score float64 `json:"score"`
VectorString string `json:"vector_string"`
Score *float64 `json:"score,omitempty"`
VectorString *string `json:"vector_string,omitempty"`
}

type AdvisoryCWEs struct {
Expand Down

0 comments on commit 3695a11

Please sign in to comment.