anchore-cli icon indicating copy to clipboard operation
anchore-cli copied to clipboard

Simple command-line client to the Anchore Engine service

Results 18 anchore-cli issues
Sort by recently updated
recently updated
newest added

When I run `pip install anchorecli` it downgrades my version of click. It'd be nice if this didn't happen. It forced a downgrade from 8.1.3 to 8.0.1.

Signed-off-by: Swathi Gangisetty

anchore-cli, version 0.9.2 anchore-cli image add ghcr.io/org/xxx-2.0:831 Error: cannot fetch image digest/manifest from registry HTTP Code: 400 Detail: {'error_codes': ['REGISTRY_PERMISSION_DENIED'], 'raw_exception_message': 'Error encountered in skopeo operation. cmd=/bin/sh -c skopeo inspect...

Hi, im currently testing anchore-cli in ci. What about support for junit-compatible output-format? Junit is supported by a wide range of ci-tools, including Gitlab and Jenkins.. regards, Roman

enhancement
new feature

The `anchore-cli account user setpassword` appears to only allow the password to be specified in the command line arguments. Command line arguments can be exposed to other users on the...

Fixes #128 Fixes #26 This moves execution of the parent/group functions over any given sub-command into callbacks to be executed by the specifically-called subcommand. This has the effect of making...

do not merge

The current implementation uses some checks of the creds/endpoint config nested at the command group level, which means that if you do not have a running engine with valid creds,...

enhancement

Starting anchore-engine v0.8.0 API support for bulk deletion of images is available. Extend anchore-cli image deletion functionality to accept multiple image artifacts(digests/tags/image ids). Additional response handling required for single and...

enhancement
triaged

Go seems like a better fit for a CLI tool than Python. We could make improvements around performance, code structure/readability, delivery (binaries!), testing, and async processing (where applicable). Probably dependent...

discussion

Starting anchore-engine v0.8.0 image deletion is performed asynchronously, wherein the image status reflects the progress of the image through the cleanup workflow. Currently anchore-cli does not expose this attribute in...

enhancement
triaged