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

A service that analyzes docker images and scans for vulnerabilities

Results 106 anchore-engine issues
Sort by recently updated
recently updated
newest added

I cannot add images to the scanning engine, there is an error - `anchore-cli --u admin --p foobar --url http://localhost:8228/v1 image add weaveworksdemos/payment` ``` Error: cannot fetch image digest/manifest from...

**Is this a request for help?**: --- **Is this a BUG REPORT or a FEATURE REQUEST?** (choose one): BUG REPORT **Version of Anchore Engine and Anchore CLI if applicable**: anchore-cli,...

needs triage
area:vulnerabilities

There are lots of `utils` packages and modules throughout the code. Consolidate these as much as possible when they are truly generic and not service or component specific (e.g. utils/processes.py,...

techdebt

ERROR AnchoreWorker anchore-engine add image failed. URL: http://URL_AE:8228/v1/images, status: HTTP/1.1 400 BAD REQUEST, error: { "detail": { "raw_exception_message": "could not get manifest/digest for image (docker_repo_url/adoptjdk:124) from registry (https://docker_repo_url) - error:...

help
awaiting response

The functional tests for policy-engine use schemas defined within the tests to verify the responses are accurate. These tests should instead use the classes that are used to build the...

**Is this a request for help?**: No --- **Is this a BUG REPORT or a FEATURE REQUEST?** (choose one): tech debt **Version of Anchore Engine and Anchore CLI if applicable**:...

techdebt

There are a number of routes that do not have the `AsAccountParameter` that should, like the archive image/rules routes.

bug
area:api

How to add multiple analyzer ,or run multiple analyzer docker container?

question

``` 2021-03-10 06:12:18+0000 [-] [Thread-11] [anchore_engine.services.policy_engine.engine.feeds.sync/sync()] [INFO] Download complete. Syncing to db (feed=github, group=github:python, operation_id=f292de4eb683457d8fe81df5122054b3) 2021-03-10 06:12:18+0000 [-] [Thread-11] [anchore_engine.services.policy_engine.engine.feeds.sync/sync()] [ERROR] Error syncing github/github:python (operation_id=f292de4eb683457d8fe81df5122054b3) 2021-03-10 06:12:18+0000 [-] [Thread-11] [anchore_engine.services.policy_engine.engine.feeds.feeds/notify_event()]...

needs triage

Hi Team, We are using the docker based one (anchore-engine:v0.8.2) for scanning images. It was working fine but now we can see some error "Response: {'httpcode': 500, 'anchore_error_raw': 'b\'"(psycopg2.errors.AdminShutdown) terminating...

question