Hi there,
I'm working on a few new kubewarden repos to support slsactl and would like to seek your opinion.
The problem is that, these new repos all publish multiple images, for example, github.com/kubewarden/sbomscanner and ghcr.io/kubewarden/sbomscanner/storage:v0.8.3.
The current slsactl assumes that each repo publishes only one image. As a result, instead of the correct path of github.com/kubewarden/sbomscanner, slsactl tries to match CertificateIdentity with github.com/sbomscanner/storage and fails.
I wonder how this can be supported in a non-rancher registry. Any feedback will be appreciated.