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 support for SBOM Features #94

Open MikeD89 opened 1 month ago

MikeD89 commented 1 month ago

Since version 2.11.0, Harbor has added support for SBOMs. https://goharbor.io/docs/2.11.0/administration/sbom-integration/

A number of endpoints now have additional SBOM parameters that are currently unsupported.

This includes "with_sbom_overview" on the GET artifacts endpoints.