kubewarden / policy-sdk-go

Kubewarden Policy SDK for the Go programming language
https://kubewarden.io
Apache License 2.0
8 stars 7 forks source link

fix!: Export fields of OciImageManifestResponse{} #75

Closed viccuad closed 8 months ago

viccuad commented 8 months ago

Description

Relates to https://github.com/kubewarden/cel-policy/issues/8.

To consume OciImageManifestResponse{} the fields must be exported.

Test

CI

Additional Information

This will need a new release (I suppose v0.8.1)

Tradeoff

Potential improvement

viccuad commented 8 months ago

Closing, will use an anonymous struct when creating the mock instead.