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 226da54 commit 09adf27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions github/dependabot_alerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
)

type Dependency struct {
Package VulnerabilityPackage `json:"package"`
ManifestPath string `json:"manifest_path"`
Scope string `json:"scope"`
Package *VulnerabilityPackage `json:"package,omitempty"`
ManifestPath *string `json:"manifest_path,omitempty"`
Scope *string `json:"scope,omitempty"`
}

type AdvisoryCvss struct {
Expand Down

0 comments on commit 09adf27

Please sign in to comment.