A

anchorectl

CLI discovered

Details
Command
anchorectl
Docs
https://docs.anchore.com/current/docs/configuration/anchorectl/
Authentication
Anchore Enterprise API key basic discovered Get credentials ↗
$ anchorectl auth add --url <anchore-url> --account <account> --api-key <api-key> /$ anchorectl auth add --url <anchore-url> --account <account> --user <username> --pass <password>

In Anchore Enterprise, create an API key from the user authentication settings described in API Keys. The key is then used with HTTP Basic auth using the fixed username _api_key and the key value as the password, as noted in Configuring AnchoreCTL.