Skip to content

Commit

Permalink
fix: pkgPath name name update (#1340)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan committed Jul 6, 2023
1 parent a86c762 commit cb0e940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/trivy/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Vulnerability struct {
CVSS types.VendorCVSS `json:"CVSS"`
Target string `json:"Target"`
Class string `json:"Class"`
PkgPath string `json:"pkgPath"`
PkgPath string `json:"PkgPath"`
}

type CVSS struct {
Expand Down

0 comments on commit cb0e940

Please sign in to comment.