We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6018461 commit ab32297Copy full SHA for ab32297
pkg/fanal/artifact/local/fs.go
@@ -82,6 +82,7 @@ func (a Artifact) Inspect(ctx context.Context) (artifact.Reference, error) {
82
if err != nil {
83
return artifact.Reference{}, xerrors.Errorf("failed to prepare filesystem for post analysis: %w", err)
84
}
85
+ defer composite.Cleanup()
86
87
err = a.walker.Walk(a.rootPath, a.artifactOption.WalkerOption, func(filePath string, info os.FileInfo, opener analyzer.Opener) error {
88
dir := a.rootPath
0 commit comments