Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⭐️ Detect packages on Wolfi container distro (#3586)
This distro uses apk so add it to the mapping. ``` cnquery shell container image cgr.dev/chainguard/caddy → connected to Wolfi ___ _ __ __ _ _ _ ___ _ __ _ _ / __| '_ \ / _` | | | |/ _ \ '__| | | | | (__| | | | (_| | |_| | __/ | | |_| | \___|_| |_|\__, |\__,_|\___|_| \__, | mondoo™ |_| |___/ interactive shell cnquery> packages packages.list: [ 0: package name="ca-certificates-bundle" version="1708982311:20240226-r0" 1: package name="caddy" version="1710420294:2.7.6-r4" 2: package name="wolfi-baselayout" version="1701735113:20230201-r7" ] ``` Signed-off-by: Tim Smith <[email protected]>
- Loading branch information