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
Image signatures can be verified with cosign. An example for the rolling
unstable image for the template plugin:
cosign verify ghcr.io/containerd/nri/plugins/template:unstable \
--certificate-identity-regexp "https://github.com/containerd/nri/.*" \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
| jq .
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
0 commit comments