unioslo / harborapi

Python async client for the Harbor REST API v2.0.
https://unioslo.github.io/harborapi/
MIT License
28 stars 5 forks source link

Add `/security` endpoints #69

Open pederhan opened 11 months ago

pederhan commented 11 months ago

These 2 endpoints are missing client methods:

They use the new models introduced in the pydantic-v2 branch. Furthermore, it seems like they may be tied to the new pluggable scanner spec version 1.2 (https://github.com/goharbor/pluggable-scanner-spec). I'm not really sure...