You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your request
I would like to list Harbor repository vulnerability additions using the Harbor client.
I could not find how to do this:
the endpoint gets scraped: GetVulnerabilitiesAddition functions calling GET /projects/{project_name}/repositories/{repository_name}/artifacts/{reference}/additions/vulnerabilities exist in the code.
apiv2.internal.api.client.artifact.Client.GetVulnerabilitiesAddition exists but you cannot access this from outside the package, I think?
(This issue is identical to #99 except it concerns a different endpoint.)
The text was updated successfully, but these errors were encountered:
Hey @JorenZ,
with #124 the artifact client package has been introduced. Unfortunately, goharbor/harbor#13468 is blocking the affected functionality you mentioned.
Describe your request
I would like to list Harbor repository vulnerability additions using the Harbor client.
I could not find how to do this:
GetVulnerabilitiesAddition
functions callingGET /projects/{project_name}/repositories/{repository_name}/artifacts/{reference}/additions/vulnerabilities
exist in the code.apiv2.internal.api.client.artifact.Client.GetVulnerabilitiesAddition
exists but you cannot access this from outside the package, I think?(This issue is identical to #99 except it concerns a different endpoint.)
The text was updated successfully, but these errors were encountered: