-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump syft #103
Conversation
Signed-off-by: Amir Malka <[email protected]>
PR Description updated to latest commit (8eba72e) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code SuggestionsNo code suggestions found for PR. |
User description
Sorry, we do not accept changes directly against this repository. Please see
CONTRIBUTING.md for information on where and how to contribute instead.
Type
enhancement
Description
github.com/anchore/syft
tov0.105.1
for enhanced functionality and bug fixes.golang.org/x/*
packages,github.com/Microsoft/hcsshim
,github.com/docker/docker
, and others for improved stability and performance.go.sum
to match the updated versions ingo.mod
.Changes walkthrough
go.mod
Update Dependencies in go.mod
go.mod
github.com/anchore/syft
fromv0.98.0
tov0.105.1
golang.org/x/exp
fromv0.0.0-20231006140011-7918f672742d
tov0.0.0-20231108232855-2478ac86f678
github.com/Microsoft/hcsshim
fromv0.11.1
tov0.11.4
github.com/docker/docker
fromv24.0.7+incompatible
tov25.0.3+incompatible
github.com/google/go-containerregistry
fromv0.16.1
tov0.19.0
github.com/google/uuid
fromv1.4.0
tov1.6.0
github.com/klauspost/compress
fromv1.17.0
tov1.17.4
github.com/ulikunitz/xz
fromv0.5.10
tov0.5.11
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
from
v0.44.0
tov0.45.0
golang.org/x/crypto
fromv0.16.0
tov0.19.0
golang.org/x/mod
fromv0.14.0
tov0.15.0
golang.org/x/net
fromv0.19.0
tov0.21.0
golang.org/x/sync
fromv0.5.0
tov0.6.0
golang.org/x/sys
fromv0.15.0
tov0.17.0
golang.org/x/term
fromv0.15.0
tov0.17.0
golang.org/x/tools
fromv0.14.0
tov0.17.0
go.sum
Update Checksums in go.sum
go.sum
updates in
go.mod
.