mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
add TODO comments to follow up on renaming
Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
parent
e42287cd88
commit
9f4e5d2f06
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ import (
|
|||
"github.com/anchore/vulnscan/vulnscan/match"
|
||||
)
|
||||
|
||||
// TODO: consider moving this to the pkg/match under matches.go
|
||||
|
||||
// TODO: consider renaming to Matches
|
||||
|
||||
type Result struct {
|
||||
byPackage map[pkg.ID][]match.Match
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue