Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
rchincha committed Apr 29, 2024
1 parent aed4e54 commit 832edad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/fs/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ func BuildPackageFromDir(input string, kdoc *k8spdx.Document, kpkg *k8spdx.Packa
tpkgs[p.SPDXID()] = p
}

log.Info().Interface("TPKGS", tpkgs).Msg("tpkgs")

kdoc.Packages = stbom.MergeMaps(kdoc.Packages, tpkgs)

err = filepath.Walk(input, func(path string, info os.FileInfo, err error) error {
Expand Down Expand Up @@ -225,8 +223,6 @@ func BuildPackageFromFile(input string, kpkg *k8spdx.Package, license string) er
}
}

log.Info().Interface("TPKGS2", tpkgs).Msg("tpkgs2")

tfils := map[string]*k8spdx.File{}

for _, tfil := range sdoc.Files {
Expand Down

0 comments on commit 832edad

Please sign in to comment.