Skip to content

Commit

Permalink
🐛 Fix cvss.proto import path (#2823)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Dec 13, 2023
1 parent 9c600ca commit 8c1c31e
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 227 deletions.
2 changes: 1 addition & 1 deletion providers-sdk/v1/upstream/mvd/mvd.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package mvd

import "go.mondoo.com/cnquery/v9/providers-sdk/v1/inventory"

//go:generate protoc --proto_path=../:. --go_out=. --go_opt=paths=source_relative --rangerrpc_out=. mvd.proto
//go:generate protoc --proto_path=../../../../:../:. --go_out=. --go_opt=paths=source_relative --rangerrpc_out=. mvd.proto

// Determine all Cves of all Advisories
func (r *VulnReport) Cves() []*CVE {
Expand Down
Loading

0 comments on commit 8c1c31e

Please sign in to comment.