pluggable-scanner-spec icon indicating copy to clipboard operation
pluggable-scanner-spec copied to clipboard

Open API spec definition for the scanners that can be plugged into Harbor to do artifact scanning.

Results 11 pluggable-scanner-spec issues
Sort by recently updated
recently updated
newest added

According https://github.com/goharbor/pluggable-scanner-spec/blob/a43542d5c0e450624ca452d49f2f9fa9b893d773/api/spec/scanner-adapter-openapi-v1.1.yaml#L148 Retry-After is Refresh-After

Current only package is defined as the attribute to vulnerability items, As scanner users, they'd like to know which binary and which layer are impacted by the vulnerability. Suggest to...

- Define a meme type for malware data - Define a report model for malware dimension

area/data
data/malware

- Define a meme type for CIS data - Define a report model for CIS dimension

area/data
data/CIS

- Define a meme type for misconfig data - Define a report model for misconfig dimension

area/data
data/misconfig

Signed-off-by: vvnotw

We are working on the OCI support in Harbor 2.0 and we will improve the user experience of artifact scanning in this release. In Harbor 2.0, the vulnerabilities info of...

enhancement
spec/2.0
area/API