Grype on Ubuntu 24.04

Azure Security

Grype, the fast open source vulnerability scanner for container images, filesystems and SBOMs, ready to find known CVEs the moment you log in.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Grype is an open source vulnerability scanner from Anchore. It finds known security vulnerabilities in the software you ship, matching the packages it discovers against a regularly updated vulnerability database. It scans container images directly with no Docker daemon required, along with directories, filesystems, archives and git checkouts, and it reads Syft, SPDX and CycloneDX SBOMs so you can scan a bill of materials produced earlier in your pipeline. It understands operating system packages across the major Linux distributions and language dependencies for Java, Python, JavaScript, Ruby, Go, .NET, Rust, PHP and more, and its exit code and severity gating make it a natural fit for build pipelines that must fail when a serious vulnerability appears.

It suits security and platform teams who need to audit images and code for known vulnerabilities, gate a CI pipeline on severity, or run ad hoc scans of artifacts and dependency trees on infrastructure they own.

Why the cloudimg image

cloudimg delivers Grype fully installed on a hardened, fully patched Ubuntu base, verified against the project's official signed checksums before install. The vulnerability database is pre-downloaded into a shared system wide cache during the build, so the first scan on a fresh instance is fast and works without waiting on a database fetch, and the cache is exported for every login shell and keeps refreshing itself as it ages. There is no listening service and no baked credential to manage: the instance is a self contained scanning workstation you SSH into and point at your images, directories or SBOMs. The base keeps receiving unattended security updates, and every deployment is paired with a step by step deploy guide and backed by 24/7 cloudimg support.

Common uses

  • Scan container images and filesystems for known CVEs
  • Gate a CI pipeline on vulnerability severity
  • Scan an existing SBOM for vulnerable dependencies