AnchoreCTL Release Notes - Version 6.2.2
Note: AnchoreCTL v6.2.x versions are compatible with Enterprise v6.2.x deployments.
AnchoreCTL v6.2.2
Requirements
- AnchoreCTL now requires Docker Engine v20.10 or later for any operation that talks to a local container daemon. That
covers STIG evaluation and the
--from dockerand--from podmanimage sources —--from podmanreaches Podman through its Docker-compatible API, so the same minimum applies. Analyzing images from a registry does not use a local daemon and is unaffected. Docker Engine releases earlier than v20.10 are no longer supported.
Fixes
- Fixes an issue where
anchorectl image checkandanchorectl source checknever returned control to the shell when a policy evaluation came back as failed. The final[failed]result was printed, but the progress spinner kept running and the command had to be interrupted by hand, which made a failing policy evaluation look like a broken command rather than a result. Both commands now exit normally on a failing evaluation, and the evaluation step is shown as finished instead of still in progress. Running with-qor--fail-based-on-resultsavoided the hang and is no longer needed as a workaround.