AnchoreCTL Release Notes - Version 5.26.0
Note: AnchoreCTL v5.26.x versions are compatible with Enterprise v5.26.x deployments.
AnchoreCTL v5.26.0
New Features
- Adds HTML output format support for the
anchorectl image one-time-scan,anchorectl image vuln, andanchorectl image checkcommands, enabling browser-viewable vulnerability reports. - Adds
--stig-tools-imageand--stig-tools-binary-pathflags to enable STIG checks on shell-less container images. AnchoreCTL automatically extracts a tools binary (e.g., busybox) from a specified tools container image and mounts it into the target container, removing the need to manually prepare shell-less images for STIG execution.
Fixes
- Fixes an issue where stereoscope temporary directories are not cleaned up when a disk full failure occurs.
- Fixes an issue where
anchorectl image add --from dockerfails on Apple silicon Macs (M4/M5) with Docker Desktop v4.61.0. - Fixes JSON output formatting for the
anchorectl image one-time-scan -o jsoncommand. It also now provides the output option ofanchorectl image one-time-scan -o json-raw. Thejson-rawoutput option provides the unformatted JSON output directly from the API, while thejsonoutput option provides a more human-readable formatted JSON output. - Fixes an issue where the
anchorectl image one-time-scancommand displays full policy evaluation details by default. Summary findings are now shown unless the--detailflag is provided, consistent withanchorectl image check. - Fixes an issue where
anchorectl image add --from docker-archivefails to locate the saved tarball.