anchore / syft

CLI tool and library for generating a Software Bill of Materials from container images and filesystems
Apache License 2.0
5.73k stars 526 forks source link

Add support for java "kar" files #2977

Open fernandosci opened 1 week ago

fernandosci commented 1 week ago

Add support for the kar extension.

The kar file extension is defined and used by Apache Karaf and karaf is usually used in JAVA OSGi-based projects.

since the kar file is essentially a jar file, the impact should be similar to #1701.