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

With Engine 1.0, new deployments will use the grype-based scanner and the previous scanner implementation ("legacy") is deprecated and will be removed in a future release. This should be clearly...

**BUG REPORT** : Anchore-engine cannot update registries **Version of Anchore Engine and Anchore CLI if applicable**: anchore-engine: ``` Engine DB Version: 0.0.13 Engine Code Version: 0.8.0 ``` anchore-cli: ``` anchore-cli,...

bug

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

triaged

To make it simpler to identify a deployment when I have more than one, the system should generate a unique deployment ID when it bootstraps for the first time and...

enhancement

In the current system, if the analyzer gets an analysis task that errors out, or is for an image record that was deleted while waiting in the queue (use case...

enhancement

As a system admin, I want to be able to set a max age for events to be retained and any event in the system older than that age will...

enhancement

Signed-off-by: Vijay Pillai **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #)(, fixes #

This is to finish the epic of supporting an insecure registry, half of the work have been done, but still missing support for the cli action 'image add'. See https://github.com/anchore/anchore-engine/issues/76

triaged

Error handling in swift driver's credential verification path is masking the original error https://github.com/anchore/anchore-engine/blob/master/anchore_engine/subsys/object_store/drivers/swift.py#L75 Log snippet ``` File "/usr/local/lib/python3.8/site-packages/anchore_engine/subsys/object_store/drivers/swift.py", line 75, in _check_creds elif resp.get("error") and resp.get("error").http_status in [401, 403]:...

bug
triaged

**What this PR does / why we need it**: # Proposed enhancement Use `set` inside the entrypoint so it hard fails whenever there are errors. **Which issue this PR fixes**...