AnchoreCTL Release Notes - Version 5.27.1

Note: AnchoreCTL v5.27.x versions are compatible with Enterprise v5.27.x deployments.

AnchoreCTL v5.27.1

Fixes

  • Fixes a regression, introduced in v5.25, where anchorectl image add --from registry --platform pulled and analyzed the wrong platform when the specifier included a variant (e.g. linux/arm64/v8). The --platform flag now correctly handles full os/arch[/variant] forms as well as single-token shorthands (e.g. linux, arm64), and reports an error for invalid values.
  • Fixes an issue where the anchorectl image vulnerabilities -o json-raw output did not match the API response. Previously several fields returned by the API were dropped from the output. The json-raw output now includes the complete vulnerability data returned by the API, and field names follow the API’s snake_case convention (for example, the extendedSupport field is now extended_support, both per-vulnerability and in the top-level response).
Last modified July 2, 2026