Anchore Enterprise 5.24 adds native filesystem scanning and policy enforcement for imported SBOMs so platform engineers and security architects can secure non-container assets with the same rigor as containers. With software supply chains expanding beyond registries to include:
- virtual machine images,
- source code tarballs, and
- directory-based artifacts.
This release focuses on increasing supply chain coverage and active governance. It replaces disparate, manual workflows for non-container assets with a unified approach. And turns passive 3rd-party SBOMs into active components of your compliance strategy.
What’s New in AE 5.24
This release introduces three capabilities designed to unify security operations across your entire software stack:
- Native Filesystem Scanning: Ingest and analyze VMs, source directories, and archives directly via
anchorectl, removing the need for manual SBOM generation steps. - Policy Enforcement for Imported SBOMs: Apply vulnerability policy gates to 3rd-party SBOMs to automate compliance decisions for software you didn’t build.
- Advanced Vulnerability Search: Instantly locate specific CVEs or Advisory IDs across your entire asset inventory for rapid zero-day response.
Watch a walkthrough of new features including a demo with Alex Rybak, Director of Product.
Native Filesystem Scanning & Analysis
Anchore Enterprise now natively supports the ingestion and analysis of arbitrary filesystems. Previously, users had to run Syft independently to generate an SBOM and then upload it. Now, the platform handles the heavy lifting directly via anchorectl.
This streamlines the workflow for hybrid environments. You can now scan a mounted VMDK, a tarball of source code, or a build directory using the same pipeline logic used for container images.
Using the updated anchorectl CLI, you can point directly to a directory or mount point. Anchore handles the SBOM generation and ingestion in a single step.
# Example: Ingesting a mounted VM image for analysis
anchorectl sbom add \
--from ./my_vmdk_mount_point \
--name my-vm-image \
--version 1.0 \
--sbom_type file-systemActive Compliance for Imported SBOMs (BYOS)
Imported SBOMs (Bring Your Own SBOM) have graduated from read-only data artifacts to fully governed assets. AE 5.24 introduces vulnerability policy gates for imported SBOMs.
Visibility without enforcement is noise. By enabling policy assessments on imported SBOMs, you can act as a gatekeeper for vendor-supplied software. For example, you can now automatically fail a build or flag a vendor release if the provided SBOM contains critical vulnerabilities that violate your internal security standards (e.g., Block if Critical Severity count > 0).
Rapid Response with Advanced Search
When a major vulnerability (like Log4j or OpenSSL) is disclosed, the time to identify affected assets is critical. AE 5.24 adds a unified search filter to the Vulnerabilities List View that accepts both Vulnerability IDs (CVE) and Advisory IDs.
This reduces triage time during zero-day incidents. Security teams can paste a specific ID into a single filter to immediately identify exposure across all managed SBOMs and images, regardless of the asset type.
Expanded STIG Compliance Support
Continuing our support for public sector and regulated industries, this release expands the library of out-of-the-box compliance profiles. AE 5.24 adds support for:
- Apache Tomcat 9
- NGINX v2.3.0
These profiles map directly to DISA STIG standards, allowing teams to automate the validation of these ubiquitous web server technologies.
How to Get Started
- Upgrade to Anchore Enterprise 5.24. Release notes →
- Ingest a Filesystem: Use the new
anchorectl sbom add --from <path>command to test scanning a local directory or VM mount. - Enforce Policy: Navigate to the Policies tab and verify that your default vulnerability rules are now evaluating your imported SBOMs.
- Validate Compliance: Run a report against the new Tomcat or NGINX profiles if applicable to your stack.
Ready to Upgrade?
Anchore Enterprise 5.24 provides the universal visibility and active governance required to secure modern, hybrid software supply chains.
- Existing customers: Contact support or your account manager to plan your upgrade.
- New to Anchore? Request a demo to see the new features in action.
- Community: Explore our open-source tools Syft and Grype for local SBOM generation and scanning.
Watch a walkthrough of new features including a demo with Alex Rybak, Director of Product.