pluggable-scanner-spec
pluggable-scanner-spec copied to clipboard
Open API spec definition for the scanners that can be plugged into Harbor to do artifact scanning.
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
- Define a meme type for CIS data - Define a report model for CIS dimension
- Define a meme type for misconfig data - Define a report model for misconfig dimension
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...