chore(deps): bump github.com/aquasecurity/trivy from 0.51.1 to 0.51.2 (#1928)

* ---
updated-dependencies:
- dependency-name: github.com/aquasecurity/trivy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): go mod tidy

* chore(deps): follow type name change

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shunichi Shinohara <shino.shun@gmail.com>
This commit is contained in:
dependabot[bot]
2024-05-23 05:13:59 +09:00
committed by GitHub
parent 407407d306
commit 9107d1b1bc
5 changed files with 43 additions and 43 deletions

View File

@@ -182,7 +182,7 @@ func (d *libraryDetector) improveJARInfo() error {
continue
}
foundLib := foundProps.Library()
foundLib := foundProps.Package()
l.Name = foundLib.Name
l.Version = foundLib.Version
libs = append(libs, l)