feat(library): update trivy v0.19.2 (#1278)

This commit is contained in:
MaineK00n
2021-08-02 05:40:57 +09:00
committed by GitHub
parent ff83cadd6e
commit f24240bf90
3 changed files with 48 additions and 58 deletions

View File

@@ -656,6 +656,7 @@ func AnalyzeLibraries(ctx context.Context, libFilemap map[string][]byte) (librar
&wg,
semaphore.NewWeighted(1),
result,
"",
path,
&DummyFileInfo{},
func() ([]byte, error) { return b, nil }); err != nil {