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
Suggestion: if flannel/flannel-cni-plugin is going to be built from an edge release of Alpine, use FROM alpine:edge instead of FROM alpine:<oldtaghere>
The old FROM tag is causing the plugin to accumulate CVE's:
Thanks! We will add some automation bot to update the tag. Using edge is not recommended because we won't be able to reproduce potential problems since the version will be changing
Suggestion: if flannel/flannel-cni-plugin is going to be built from an edge release of Alpine, use
FROM alpine:edge
instead ofFROM alpine:<oldtaghere>
The old FROM tag is causing the plugin to accumulate CVE's:
Trivy output:
Offending code:
https://github.com/flannel-io/cni-plugin/blob/main/Dockerfile.image#L19
The text was updated successfully, but these errors were encountered: