mindersec / minder

Software Supply Chain Security Platform
https://minder-docs.stacklok.dev/
Apache License 2.0
275 stars 38 forks source link

Move `internal/entities/properties` to `pkg` #4699

Open JAORMX opened 3 weeks ago

JAORMX commented 3 weeks ago

Properties are leveraged by many pieces of Minder, including providers. It should be considered a public API instead of being in our bloated internal package.

The idea is to move properties to pkg. However, we should leave the underlying service package as internal, as it's a minder-server implementation detail.

Ideally, it would move to something like pkg/entities/properties

letsmakecakes commented 3 weeks ago

I can do this work

JAORMX commented 3 weeks ago

@letsmakecakes sounds good! I'll assign you. Thanks for working on this!