You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The update will also remove the following replace in go.mod that will allow better import of trivy as a library.
// v0.3.1-0.20230104082527-d6f58551be3f is taken from github.com/moby/buildkit v0.11.0
// spdx logic write on v0.3.0 and incompatible with v0.3.1-0.20230104082527-d6f58551be3f
replace github.com/spdx/tools-golang => github.com/spdx/tools-golang v0.3.0
The text was updated successfully, but these errors were encountered:
Following spdx tools-golang latest release, I think it will be good to upgrade trivy spdx lib to use the new interfaces (example PR for syft anchore/syft#1503).
The update will also remove the following replace in
go.mod
that will allow better import of trivy as a library.The text was updated successfully, but these errors were encountered: