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

Currently, most API endpoints follow this pattern: ```python http_code = 500 try: some_call() except Exception as err: return_object = make_response_error(err, in_httpcode=http_code) return return_object, http_code ``` This boiler-plate try/except is not...

feature
techdebt

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

bug
triaged

Follow-up to #1010 but for the other HTTP verbs where relevant instead of just GET. The others are less impacted due to smaller response payloads, but a consistent approach should...

awaiting response
techdebt

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

bug
triaged

If uncompressed layers are stored to the registry, skopeo will compress them on the fly when executing "skopeo copy ... oci:dir". In this case there will be disparity between the...

Duplicate branch of https://github.com/anchore/anchore-engine/pull/1082. While our configuration appears to be correct, Circle CI refuses to pick up the fork that @tsaarni is pushing from.

**Is this a BUG REPORT or a FEATURE REQUEST?** (choose one): FEATURE REQUEST Hello, Currently when we add an image from a container registry, subscriptions are automatically added, image analyze...

feature

Description WIP: Currently, the handlers/monitors for async processes are defined within the service init files. This creates some potential issues with imports

techdebt

**Is this a request for help?**: --- **Is this a BUG REPORT or a FEATURE REQUEST?** (choose one): FEATURE REQUEST **Is this a request for help?**: --- **Is this a...

enhancement
needs triage
area:policy

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

triaged