ci: add govulncheck job - #5383
Conversation
This is to ensure our minimal dependencies do not have known vulnerabilities. NOTE we do not specify Go version to be used here to avoid reporting vulnerabilities in stdlib which we're not interested in here. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
|
Similar to opencontainers/cgroups#15 (see some discussions in there). |
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM
probably should be cherry-picked to the release branches.
LOL and you already added labels for that 😅 |
We actually run CI a few times a week on release branches (from https://github.com/opencontainers/runc/blob/main/.github/workflows/scheduled.yml); the problem is the results are not very visible* (they can only be seen in https://github.com/opencontainers/runc/actions, and you have to scroll down or search). *We even missed adding release-1.4 and 1.5 to that file; opened #5393 to fix. |
This is to ensure our minimal dependencies do not have known vulnerabilities.
NOTES: