helm / chart-testing-action

A GitHub Action to lint and test Helm charts
https://github.com/helm/chart-testing
Apache License 2.0
251 stars 71 forks source link

feat: add option to disable blob verification #131

Open fty4 opened 1 year ago

fty4 commented 1 year ago

I have the issue that the address sigstore.dev is not shared on my runner (we do not like to open it). So i would like to disable the verification by option.

Therefore I created a input to disable the verification in the action. With the default Action configuration the sensible verification is enabled for sure.

fty4 commented 1 year ago

If desired i can add a github wf test - just let me know

fty4 commented 1 year ago

@cpanato Added the requested changes

fty4 commented 1 year ago

@cpanato All requests are now implemented.