Skip to content

Instantly share code, notes, and snippets.

View rare-magma's full-sized avatar

Nuno rare-magma

View GitHub Profile
@rare-magma
rare-magma / README.md
Last active September 29, 2025 17:00
Find end of life software and dependencies in container images with xeol

This script will find end of life software and dependencies in container images with xeol.

Description

It gets all running containers images as well as all the images in the local registry. Then for each of the images: if the image is not an intermediate layer nor tagged with the "localhost/" prefix it runs an xeol scan on all layers and outputs its findings if any.

Instructions: