DEFVER=1
ARCHS_SUPPORTED="amd64 arm64"
get_github_releases "anchore/syft"
if [ "${ACTION}" != "prettylist" ]; then
    URL="$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)"
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
PRETTY_NAME="Syft"
WEBSITE="https://github.com/anchore/syft"
SUMMARY="CLI tool and library for generating a Software Bill of Materials from container images and filesystems."
