Swathi Gangisetty

Results 7 issues of Swathi Gangisetty

**Environment** - anchore-engine v1.1.0 - vulnerabilities provider: grype **Problem** `/query/vulnerabilities` API response contains `nvd_data` attribute for each vulnerability in the result. The value of the attribute represents the NVD assigned...

bug
regression

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

Currently the syft sbom is transformed into legacy analyzer records and the raw sbom is thrown away. Save the syft output to the analysis manifest document. This is to allow...

Signed-off-by: Swathi Gangisetty

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

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

- allow multiple tag/digest/image ids to be input - display delete status for each input image artifact - update implementation to use anchore-engine bulk deletion API Resolves #94 Signed-off-by: Swathi...