ChristofferNissen / helmper

Import Helm Charts to OCI registries, optionally with vulnerability patching
https://christoffernissen.github.io/helmper/
Apache License 2.0
140 stars 5 forks source link

feat: added retry logic to cosign #32

Closed ChristofferNissen closed 4 months ago

ChristofferNissen commented 4 months ago

Add retry logic to Cosign through the Cosign SDK, similarly to how we have retry for Helm operations through the Helm SDK in pkg/helm

Closes #30