Skip to content

Commit

Permalink
back to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Oct 10, 2024
1 parent e1e6fc7 commit 40bd89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/security/resolvers/sbom/file_querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func newFileQuerier(report *trivy.Report) fileQuerier {
files = append(files, uint64(len(resultPkg.InstalledFiles)))

for _, file := range resultPkg.InstalledFiles {
seclog.Infof("indexing %s as %+v", file, pkg)
seclog.Tracef("indexing %s as %+v", file, pkg)

hash := murmur3.StringSum64(file)
files = append(files, hash)
Expand Down

0 comments on commit 40bd89a

Please sign in to comment.