Commit Graph

8 Commits

Author SHA1 Message Date
yashsingh74
403f86ecc2 fix: QF1012: Use of fmt.Fprintln(...)
Signed-off-by: yashsingh74 <yashsingh1774@gmail.com>
2025-06-18 14:16:41 +05:30
Chris Henzie
76858ac8e3 Ignore defunct verifier procs in test
This test produces zombies when PID 1 does not properly reap child
processes. Modifies the test to ignore these processes in the meantime.

Signed-off-by: Chris Henzie <chrishenzie@google.com>
2025-02-25 13:29:49 -08:00
Athos Ribeiro
1617fd72e1 test: prevent segfault in imageverifier test
When VeriftImage returns an error, the first return value may be set to
nil (this is the case for timeouts). When that is the case, it makes no
point trying to access its fields later in the test. Let's use
testify/require instead of testify/assert here to ensure the test halts
upon failure.

Signed-off-by: Athos Ribeiro <athos.ribeiro@canonical.com>
2024-10-19 08:56:50 -03:00
Derek McGowan
764c907003 Move pkg/tomlext to internal/tomlext
Signed-off-by: Derek McGowan <derek@mcg.dev>
2024-01-17 09:57:37 -08:00
Derek McGowan
5fdf55e493 Update go module to github.com/containerd/containerd/v2
Signed-off-by: Derek McGowan <derek@mcg.dev>
2023-10-29 20:52:21 -07:00
rongfu.leng
3ddcd6120d add Duration type to compatible toml v1 version
Signed-off-by: rongfu.leng <rongfu.leng@daocloud.io>
2023-10-09 14:19:23 +08:00
Derek McGowan
508aa3a1ef Move to use github.com/containerd/log
Add github.com/containerd/log to go.mod

Signed-off-by: Derek McGowan <derek@mcg.dev>
2023-09-22 07:53:23 -07:00
Ethan Lowman
ac1d556b92 Add image verifier transfer service plugin system based on a binary directory
Signed-off-by: Ethan Lowman <ethan.lowman@datadoghq.com>
2023-09-07 18:45:02 -04:00