We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23b901 commit 7e38cb3Copy full SHA for 7e38cb3
1 file changed
internal/clients/clientimpl/localmatcher/localmatcher.go
@@ -72,6 +72,10 @@ func (matcher *LocalMatcher) MatchVulnerabilities(ctx context.Context, invs []*e
72
db, err := matcher.loadDBFromCache(ctx, pkg.Ecosystem())
73
74
if err != nil {
75
+ cmdlogger.Errorf("%v", err)
76
+
77
+ results = append(results, []*osvschema.Vulnerability{})
78
79
continue
80
}
81
0 commit comments