-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 containerd to v1.7.21, runc to v1.1.14 #10805
Conversation
04f24ea
to
b67ca9f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10805 +/- ##
==========================================
- Coverage 50.15% 43.33% -6.83%
==========================================
Files 178 178
Lines 14753 14753
==========================================
- Hits 7400 6393 -1007
- Misses 6022 7178 +1156
+ Partials 1331 1182 -149
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/trivy |
This comment was marked as outdated.
This comment was marked as outdated.
Trivy appears to be full of crap. root@k3s-server-1:/# k3s --version
warning: GOCOVERDIR not set, no coverage data emitted
k3s version v1.31.0+k3s-c509afd6 (c509afd6)
go version go1.22.5
root@k3s-server-1:/# /var/lib/rancher/k3s/data/current/bin/runc --version
runc version 1.1.14
commit: 12de61f
spec: 1.0.2-dev
go: go1.22.5
libseccomp: 2.5.5
root@k3s-server-1:/# go version -m /var/lib/rancher/k3s/data/current/bin/runc | grep x/net
dep golang.org/x/net v0.24.0 From looking at the action log, it appears that the comment is triggering a scan of the master branch, not the PR branch. |
Signed-off-by: Brad Davidson <[email protected]>
b67ca9f
to
8879559
Compare
/trivy |
Proposed Changes
Bump containerd to v1.7.21, runc to v1.1.14
Types of Changes
version bump
Verification
Check versions
Testing
Linked Issues
User-Facing Change
Further Comments